Closed
Bug 850182
Opened 12 years ago
Closed 11 years ago
Intermittent desktop Marionette test_findelement.py TestElementsChrome.test_child_elements | NoSuchElementException: Unable to locate element: textInput3
Categories
(Testing :: Marionette Client and Harness, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: RyanVM, Assigned: automatedtester)
References
Details
(Keywords: intermittent-failure)
https://tbpl.mozilla.org/php/getParsedLog.php?id=20539700&tree=Mozilla-Inbound
Ubuntu 12.04 x64 mozilla-inbound debug test marionette on 2013-03-11 15:58:07 PDT for push 65bb00392010
slave: tst-linux64-ec2-041
16:02:24 INFO - MARIONETTE LOG: INFO: TEST-END: /builds/slave/test/build/tests/marionette/tests/testing/marionette/client/marionette/tests/unit/test_findelement.py:test_xpath
16:02:24 INFO - 1363042944434 Marionette INFO sendToClient: {"from":"conn99.marionette1","value":null}, {e6eaae15-8d60-4f46-9c78-266987b83ada}, {e6eaae15-8d60-4f46-9c78-266987b83ada}
16:02:24 INFO - 1363042944439 Marionette DEBUG Got request: setTestName, data: {"to":"conn99.marionette1","session":"432","type":"setTestName","value":null}, id: {f64349a9-5efd-44cd-a1e7-305eb6b4f1a0}
16:02:24 INFO - 1363042944441 Marionette INFO sendToClient: {"from":"conn99.marionette1","ok":true}, {f64349a9-5efd-44cd-a1e7-305eb6b4f1a0}, {f64349a9-5efd-44cd-a1e7-305eb6b4f1a0}
16:02:24 INFO - 1363042944446 Marionette INFO sendToClient: {"from":"conn99.marionette1","value":[["INFO","TEST-START: /builds/slave/test/build/tests/marionette/tests/testing/marionette/client/marionette/tests/unit/test_findelement.py:test_xpath","Mon Mar 11 2013 16:02:23 GMT-0700 (PDT)"],["INFO","TEST-END: /builds/slave/test/build/tests/marionette/tests/testing/marionette/client/marionette/tests/unit/test_findelement.py:test_xpath","Mon Mar 11 2013 16:02:24 GMT-0700 (PDT)"]]}, {9cf5d425-fb5d-4123-ac9d-50ad785457be}, {9cf5d425-fb5d-4123-ac9d-50ad785457be}
16:02:24 INFO - 1363042944452 Marionette INFO sendToClient: {"from":"conn99.marionette1","value":{}}, {148db24d-d470-430d-975a-a176ab29b982}, {148db24d-d470-430d-975a-a176ab29b982}
16:02:24 INFO - 1363042944585 Marionette INFO sendToClient: {"from":"conn99.marionette1","ok":true}, {d7004f50-a7a7-4f73-9d68-dcc92e7f4e6a}, {d7004f50-a7a7-4f73-9d68-dcc92e7f4e6a}
16:02:24 INFO - WARNING: NS_ENSURE_TRUE(wrapper) failed: file ../../../dom/base/nsJSUtils.cpp, line 84
16:02:24 INFO - ok
16:02:24 INFO - ======================================================================
16:02:24 INFO - ERROR: test_child_elements (test_findelement.TestElementsChrome)
16:02:24 INFO - ----------------------------------------------------------------------
16:02:24 ERROR - Traceback (most recent call last):
16:02:24 INFO - File "/builds/slave/test/build/tests/marionette/tests/testing/marionette/client/marionette/tests/unit/test_findelement.py", line 176, in test_child_elements
16:02:24 INFO - el = self.marionette.find_element("id", "textInput3")
16:02:24 INFO - File "/builds/slave/test/build/tests/marionette/marionette/marionette.py", line 546, in find_element
16:02:24 INFO - response = self._send_message('findElement', 'value', **kwargs)
16:02:24 INFO - File "/builds/slave/test/build/tests/marionette/marionette/marionette.py", line 284, in _send_message
16:02:24 INFO - self._handle_error(response)
16:02:24 INFO - File "/builds/slave/test/build/tests/marionette/marionette/marionette.py", line 305, in _handle_error
16:02:24 ERROR - raise NoSuchElementException(message=message, status=status, stacktrace=stacktrace)
16:02:24 ERROR - TEST-UNEXPECTED-FAIL | test_findelement.py TestElementsChrome.test_child_elements | NoSuchElementException: Unable to locate element: textInput3
16:02:24 INFO - ----------------------------------------------------------------------
16:02:24 INFO - Ran 22 tests in 38.040s
16:02:24 ERROR - FAILED (errors=1)
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Assignee | ||
Comment 3•12 years ago
|
||
have a failing try patch with this error and its green locally so going to fix this and see what I can get
Assignee: nobody → dburns
Assignee | ||
Comment 4•11 years ago
|
||
could never recreate and only 1 instance so closing
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → WORKSFORME
Updated•2 years ago
|
Product: Testing → Remote Protocol
Comment 5•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
•