Closed
Bug 830635
Opened 12 years ago
Closed 12 years ago
Intermittent test_execute_async_script.py TestExecuteAsyncContent.test_execute_async_timeout | TimeoutException: socket.timeout
Categories
(Testing :: Marionette Client and Harness, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: philor, Unassigned)
References
Details
(Keywords: intermittent-failure)
https://tbpl.mozilla.org/php/getParsedLog.php?id=18776208&tree=Fx-Team
b2g_ics_armv7a_gecko_emulator fx-team opt test marionette-webapi on 2013-01-14 01:40:22 PST for push 409adccbcbd7
slave: talos-r3-fed-079
01:58:54 INFO - ERROR: test_execute_async_timeout (test_execute_async_script.TestExecuteAsyncContent)
01:58:54 INFO - ----------------------------------------------------------------------
01:58:54 ERROR - Traceback (most recent call last):
01:58:54 INFO - File "/home/cltbld/talos-slave/test/build/tests/marionette/tests/testing/marionette/client/marionette/tests/unit/test_execute_async_script.py", line 10, in setUp
01:58:54 INFO - super(TestExecuteAsyncContent, self).setUp()
01:58:54 INFO - File "/home/cltbld/talos-slave/test/build/tests/marionette/marionette/marionette_test.py", line 130, in setUp
01:58:54 INFO - CommonTestCase.setUp(self)
01:58:54 INFO - File "/home/cltbld/talos-slave/test/build/tests/marionette/marionette/marionette_test.py", line 90, in setUp
01:58:54 INFO - self.marionette.start_session()
01:58:54 INFO - File "/home/cltbld/talos-slave/test/build/tests/marionette/marionette/marionette.py", line 309, in start_session
01:58:54 INFO - self.session = self._send_message('newSession', 'value')
01:58:54 INFO - File "/home/cltbld/talos-slave/test/build/tests/marionette/marionette/marionette.py", line 215, in _send_message
01:58:54 ERROR - raise TimeoutException(message='socket.timeout', status=ErrorCodes.TIMEOUT, stacktrace=None)
01:58:54 ERROR - TEST-UNEXPECTED-FAIL | test_execute_async_script.py TestExecuteAsyncContent.test_execute_async_timeout | TimeoutException: socket.timeout
01:58:54 INFO - ----------------------------------------------------------------------
01:58:54 INFO - Ran 26 tests in 200.587s
01:58:54 ERROR - FAILED (errors=1)
Comment 1•12 years ago
|
||
Fixed since bug 831830 landed.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•2 years ago
|
Product: Testing → Remote Protocol
Comment 2•2 years ago
|
||
Moving bug to Testing::Marionette Client and Harness component per bug 1815831.
Component: Marionette → Marionette Client and Harness
Product: Remote Protocol → Testing
You need to log in
before you can comment on or make changes to this bug.
Description
•