Closed Bug 1025262 Opened 11 years ago Closed 11 years ago

Intermittent test_wait.py test_wait.FormalWaitTest.test_construction_with_custom_exception_tuple | TimeoutException: TimeoutException: Connection timed out

Categories

(Testing :: Marionette Client and Harness, defect)

ARM
Gonk (Firefox OS)
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED WORKSFORME

People

(Reporter: emorley, Unassigned)

Details

(Keywords: intermittent-failure, pi-marionette-intermittent)

b2g_emulator_vm try opt test marionette-webapi on 2014-06-08 17:48:30 PDT for push 8fa5dc94a2d2 slave: tst-linux64-spot-471 https://tbpl.mozilla.org/php/getParsedLog.php?id=41326972&tree=Try { 18:05:50 INFO - TEST-START test_wait.py 18:05:53 INFO - test_clock_property (test_wait.FormalWaitTest) ... ok 18:05:54 INFO - test_construction_with_custom_clock (test_wait.FormalWaitTest) ... ok 18:05:55 INFO - test_construction_with_custom_exception (test_wait.FormalWaitTest) ... ok 18:05:56 INFO - test_construction_with_custom_exception_list (test_wait.FormalWaitTest) ... ok 18:12:00 INFO - test_construction_with_custom_exception_tuple (test_wait.FormalWaitTest) ... ERROR 18:12:01 INFO - test_construction_with_custom_interval (test_wait.FormalWaitTest) ... ok 18:12:02 INFO - test_construction_with_custom_timeout (test_wait.FormalWaitTest) ... ok 18:12:03 INFO - test_default_interval (test_wait.FormalWaitTest) ... ok 18:12:04 INFO - test_default_timeout (test_wait.FormalWaitTest) ... ok 18:12:06 INFO - test_duplicate_exceptions (test_wait.FormalWaitTest) ... ok 18:12:07 INFO - test_end_property (test_wait.FormalWaitTest) ... ok 18:12:08 INFO - test_marionette_property (test_wait.FormalWaitTest) ... ok 18:12:09 INFO - test_timeout_inherited_from_marionette (test_wait.FormalWaitTest) ... ok 18:12:10 INFO - test_timeout_uses_default_if_marionette_timeout_is_none (test_wait.FormalWaitTest) ... ok 18:12:11 INFO - test_until (test_wait.PredicatesTest) ... ok 18:12:13 INFO - test_construction_initializes_time (test_wait.SystemClockTest) ... ok 18:12:14 INFO - test_sleep (test_wait.SystemClockTest) ... ok 18:12:15 INFO - test_time_now (test_wait.SystemClockTest) ... ok 18:12:16 INFO - test_custom_predicate (test_wait.WaitUntilTest) ... ok 18:12:17 INFO - test_custom_predicate_times_out (test_wait.WaitUntilTest) ... ok 18:12:18 INFO - test_exception_raises_immediately (test_wait.WaitUntilTest) ... ok 18:12:19 INFO - test_ignored_exception (test_wait.WaitUntilTest) ... ok 18:12:21 INFO - test_ignored_exception_after_timeout_is_not_raised (test_wait.WaitUntilTest) ... ok 18:12:22 INFO - test_ignored_exception_wrapped_in_timeoutexception (test_wait.WaitUntilTest) ... ok 18:12:23 INFO - test_keyboard_interrupt (test_wait.WaitUntilTest) ... ok 18:12:24 INFO - test_message (test_wait.WaitUntilTest) ... ok 18:12:25 INFO - test_message_has_none_as_its_value (test_wait.WaitUntilTest) ... ok 18:12:26 INFO - test_no_message (test_wait.WaitUntilTest) ... ok 18:12:27 INFO - test_system_exit (test_wait.WaitUntilTest) ... ok 18:12:28 INFO - test_timeout (test_wait.WaitUntilTest) ... ok 18:12:30 INFO - test_timeout_elapsed_duration (test_wait.WaitUntilTest) ... ok 18:12:31 INFO - test_timeout_elapsed_rounding (test_wait.WaitUntilTest) ... ok 18:12:32 INFO - test_true (test_wait.WaitUntilTest) ... ok 18:12:33 INFO - test_true_condition_returns_immediately (test_wait.WaitUntilTest) ... ok 18:12:34 INFO - test_true_within_timeout (test_wait.WaitUntilTest) ... ok 18:12:35 INFO - test_value (test_wait.WaitUntilTest) ... ok 18:12:36 INFO - ====================================================================== 18:12:36 INFO - ERROR: None 18:12:36 INFO - ---------------------------------------------------------------------- 18:12:36 INFO - Traceback (most recent call last): 18:12:36 INFO - File "/builds/slave/test/build/tests/marionette/marionette/marionette_test.py", line 198, in run 18:12:36 INFO - self.tearDown() 18:12:36 INFO - File "/builds/slave/test/build/tests/marionette/marionette/marionette_test.py", line 349, in tearDown 18:12:36 INFO - self.marionette.test_name = None 18:12:36 INFO - File "/builds/slave/test/build/tests/marionette/marionette/marionette.py", line 758, in test_name 18:12:36 INFO - if self._send_message('setTestName', 'ok', value=test_name): 18:12:36 INFO - File "/builds/slave/test/build/tests/marionette/marionette/decorators.py", line 35, in _ 18:12:36 INFO - return func(*args, **kwargs) 18:12:36 INFO - File "/builds/slave/test/build/tests/marionette/marionette/marionette.py", line 616, in _send_message 18:12:36 INFO - "Connection timed out", status=ErrorCodes.TIMEOUT) 18:12:36 INFO - TimeoutException: TimeoutException: Connection timed out 18:12:36 INFO - Most recent errors/exceptions are: 18:12:36 INFO - 06-08 21:05:57.621 I/Gecko ( 44): 1402275957628 Marionette DEBUG Got request: setTestName, data: {"to":"0","sessionId":{"rotatable":true,"browserVersion":"32.0a1","takesScreenshot":true,"appBuildId":"20140608143320","XULappId":"{3c2e2abc-06d4-11e1-ac3b-374f68613e61}","secureSsl":false,"platform":"ANDROID","browserName":"B2G","version":"32.0a1","device":"qemu","b2g":true,"nativeEvents":false,"platformVersion":"32.0a1","takesElementScreenshot":true,"platformName":"ANDROID","handlesAlerts":false},"name":"setTestName","parameters":{"value":"test_wait.py FormalWaitTest.test_construction_with_custom_exception_tuple"}}, id: {a2179a97-80d7-42d4-86ac-49e14f62eed9} 18:12:36 INFO - 06-08 21:05:57.671 I/Gecko ( 44): 1402275957671 Marionette DEBUG Got request: execute, data: {"to":"0","sessionId":{"rotatable":true,"browserVersion":"32.0a1","takesScreenshot":true,"appBuildId":"20140608143320","XULappId":"{3c2e2abc-06d4-11e1-ac3b-374f68613e61}","secureSsl":false,"platform":"ANDROID","browserName":"B2G","version":"32.0a1","device":"qemu","b2g":true,"nativeEvents":false,"platformVersion":"32.0a1","takesElementScreenshot":true,"platformName":"ANDROID","handlesAlerts":false},"name":"executeScript","parameters":{"scriptTimeout":null,"specialPowers":false,"script":"log('TEST-START: /builds/slave/test/build/tests/marionette/tests/testing/marionette/client/marionette/tests/unit/test_wait.py:test_construction_with_custom_exception_tuple')","newSandbox":true,"args":[],"filename":"marionette_test.py","line":342}}, id: {6f2f6b98-3130-4521-852e-d86b512f92cc} 18:12:36 INFO - 06-08 21:05:57.691 I/Gecko ( 44): MARIONETTE LOG: INFO: TEST-START: /builds/slave/test/build/tests/marionette/tests/testing/marionette/client/marionette/tests/unit/test_wait.py:test_construction_with_custom_exception_tuple 18:12:36 INFO - 06-08 21:05:58.050 I/Gecko ( 44): 1402275958055 Marionette DEBUG Got request: execute, data: {"to":"0","sessionId":{"rotatable":true,"browserVersion":"32.0a1","takesScreenshot":true,"appBuildId":"20140608143320","XULappId":"{3c2e2abc-06d4-11e1-ac3b-374f68613e61}","secureSsl":false,"platform":"ANDROID","browserName":"B2G","version":"32.0a1","device":"qemu","b2g":true,"nativeEvents":false,"platformVersion":"32.0a1","takesElementScreenshot":true,"platformName":"ANDROID","handlesAlerts":false},"name":"executeScript","parameters":{"scriptTimeout":null,"specialPowers":false,"script":"log('TEST-END: /builds/slave/test/build/tests/marionette/tests/testing/marionette/client/marionette/tests/unit/test_wait.py:test_construction_with_custom_exception_tuple')","newSandbox":true,"args":[],"filename":"marionette_test.py","line":348}}, id: {6abe8dad-a70e-4eb8-a4be-cbeaf1b1f8a6} 18:12:36 INFO - 06-08 21:05:58.070 I/Gecko ( 44): MARIONETTE LOG: INFO: TEST-END: /builds/slave/test/build/tests/marionette/tests/testing/marionette/client/marionette/tests/unit/test_wait.py:test_construction_with_custom_exception_tuple 18:12:36 ERROR - TEST-UNEXPECTED-FAIL | test_wait.py test_wait.FormalWaitTest.test_construction_with_custom_exception_tuple | TimeoutException: TimeoutException: Connection timed out 18:12:36 INFO - ---------------------------------------------------------------------- 18:12:36 INFO - Ran 36 tests in 403.991s }
Closing as we havent seen this issue in 2 months
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → WORKSFORME
Product: Testing → Remote Protocol
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.