Closed
Bug 976382
Opened 12 years ago
Closed 11 years ago
Intermittent test_expected.py test_expected.TestExpected.test_elements_not_present_func | B2G is still running but Marionette can't respond
Categories
(Testing :: Marionette Client and Harness, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: KWierso, Unassigned)
Details
(Keywords: intermittent-failure, pi-marionette-intermittent)
https://tbpl.mozilla.org/php/getParsedLog.php?id=35151647&tree=B2g-Inbound
slave: tst-linux64-spot-363
09:02:55 INFO - test_element_selected (test_expected.TestExpected) ... ok
09:02:57 INFO - test_element_selected_when_not_selected (test_expected.TestExpected) ... ok
09:02:59 INFO - test_element_stale (test_expected.TestExpected) ... ok
09:03:01 INFO - test_element_stale_is_not_stale (test_expected.TestExpected) ... ok
09:09:03 INFO - test_elements_not_present_func (test_expected.TestExpected) ... ERROR
09:09:05 INFO - test_elements_not_present_is_present (test_expected.TestExpected) ... ok
09:09:06 INFO - test_elements_not_present_locator (test_expected.TestExpected) ... ok
09:09:08 INFO - test_elements_present_func (test_expected.TestExpected) ... ok
09:09:10 INFO - test_elements_present_locator (test_expected.TestExpected) ... ok
09:09:10 INFO - ======================================================================
09:09:10 INFO - ERROR: None
09:09:10 INFO - ----------------------------------------------------------------------
09:09:10 INFO - Traceback (most recent call last):
09:09:10 INFO - File "/builds/slave/test/build/tests/marionette/marionette/marionette_test.py", line 145, in run
09:09:10 INFO - self.setUp()
09:09:10 INFO - File "/builds/slave/test/build/tests/marionette/marionette/marionette_test.py", line 332, in setUp
09:09:10 INFO - CommonTestCase.setUp(self)
09:09:10 INFO - File "/builds/slave/test/build/tests/marionette/marionette/marionette_test.py", line 267, in setUp
09:09:10 INFO - self.marionette.start_session()
09:09:10 INFO - File "/builds/slave/test/build/tests/marionette/marionette/marionette.py", line 722, in start_session
09:09:10 INFO - self.session = self._send_message('newSession', 'value')
09:09:10 INFO - File "/builds/slave/test/build/tests/marionette/marionette/marionette.py", line 604, in _send_message
09:09:10 INFO - "Connection timed out", status=ErrorCodes.TIMEOUT)
09:09:10 ERROR - TimeoutException: TimeoutException: Connection timed out
09:09:10 INFO - Most recent errors/exceptions are:
09:09:10 INFO - 02-24 12:02:52.731 I/Gecko ( 45): 1393261372734 Marionette INFO sendToClient: {"from":"0","error":{"message":"Unable to locate element: nosuchelement","status":7,"stacktrace":null}}, {6dbf9c52-2b88-4b51-83a3-e160c299b731}, {6dbf9c52-2b88-4b51-83a3-e160c299b731}
09:09:10 INFO - 02-24 12:02:58.121 I/Gecko ( 45): 1393261378128 Marionette INFO sendToClient: {"from":"0","error":{"message":"Stale element reference","status":10,"stacktrace":null}}, {3d5719a9-46ad-4a6d-9fd3-cbf096010325}, {3d5719a9-46ad-4a6d-9fd3-cbf096010325}
09:09:10 INFO - TEST-UNEXPECTED-FAIL | test_expected.py test_expected.TestExpected.test_elements_not_present_func | B2G is still running but Marionette can't respond due to either a Gecko, Gaia or Marionette error. Above, the 5 most recent errors are listed. Check logcat for all errors if these errors are not the cause of the failure.
09:09:10 INFO - ----------------------------------------------------------------------
09:09:10 INFO - Ran 27 tests in 408.226s
09:09:10 WARNING - FAILED (errors=1)
09:09:10 INFO - TEST-START test_date_time_value.py
09:09:15 INFO - test_set_date (test_date_time_value.TestDateTime) ... ok
09:09:18 INFO - test_set_time (test_date_time_value.TestDateTime) ... ok
09:09:18 INFO - ----------------------------------------------------------------------
09:09:18 INFO - Ran 2 tests in 6.844s
09:09:18 INFO - OK
09:09:18 INFO - TEST-START test_submit.py
| Comment hidden (Legacy TBPL/Treeherder Robot) |
Updated•11 years ago
|
Keywords: ateam-marionette-intermittent
| Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment 3•11 years ago
|
||
There has not been an occurence of this in some time so closing the bug
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → WORKSFORME
Updated•3 years ago
|
Product: Testing → Remote Protocol
Comment 4•3 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
•