Closed
Bug 843650
Opened 12 years ago
Closed 12 years ago
Intermittent Linux Marionette test_text.py TestTextChrome.test_clearText | NoSuchElementException: Unable to locate element: textInput
Categories
(Testing :: Marionette Client and Harness, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: RyanVM, Unassigned)
References
Details
(Keywords: intermittent-failure)
https://tbpl.mozilla.org/php/getParsedLog.php?id=19940684&tree=Mozilla-Inbound
Ubuntu 12.04 mozilla-inbound debug test marionette on 2013-02-21 00:34:41 PST for push 8f592616ab7b
slave: tst-linux32-ec2-055
00:36:54 INFO - MARIONETTE LOG: INFO: TEST-END: /builds/slave/test/build/tests/marionette/tests/testing/marionette/client/marionette/tests/unit/test_text.py:test_sendKeys
00:36:54 INFO - 1361435814748 Marionette INFO sendToClient: {"from":"conn22.marionette1","value":null}, {62ac53b3-4982-41aa-b28d-5eac3d9fcbbb}, {62ac53b3-4982-41aa-b28d-5eac3d9fcbbb}
00:36:54 INFO - 1361435814777 Marionette DEBUG Got request: setTestName, data: {"to":"conn22.marionette1","session":"136","type":"setTestName","value":null}, id: {db894bce-50a4-4e27-abfa-3da0e0cc008c}
00:36:54 INFO - 1361435814778 Marionette INFO sendToClient: {"from":"conn22.marionette1","ok":true}, {db894bce-50a4-4e27-abfa-3da0e0cc008c}, {db894bce-50a4-4e27-abfa-3da0e0cc008c}
00:36:54 INFO - 1361435814780 Marionette INFO sendToClient: {"from":"conn22.marionette1","value":[["INFO","TEST-START: /builds/slave/test/build/tests/marionette/tests/testing/marionette/client/marionette/tests/unit/test_text.py:test_sendKeys","Thu Feb 21 2013 00:36:53 GMT-0800 (PST)"],["INFO","TEST-END: /builds/slave/test/build/tests/marionette/tests/testing/marionette/client/marionette/tests/unit/test_text.py:test_sendKeys","Thu Feb 21 2013 00:36:54 GMT-0800 (PST)"]]}, {3c21bfa9-af92-46ff-b442-ac76996fa4ec}, {3c21bfa9-af92-46ff-b442-ac76996fa4ec}
00:36:54 INFO - 1361435814781 Marionette INFO sendToClient: {"from":"conn22.marionette1","value":{}}, {80b6952f-8c0a-4362-b4d7-1f1e2f653679}, {80b6952f-8c0a-4362-b4d7-1f1e2f653679}
00:36:54 INFO - 1361435814837 Marionette INFO sendToClient: {"from":"conn22.marionette1","ok":true}, {26a15fd8-5bb4-4752-9a51-3761dffadc65}, {26a15fd8-5bb4-4752-9a51-3761dffadc65}
00:36:55 INFO - ok
00:36:55 INFO - ======================================================================
00:36:55 INFO - ERROR: test_clearText (test_text.TestTextChrome)
00:36:55 INFO - ----------------------------------------------------------------------
00:36:55 ERROR - Traceback (most recent call last):
00:36:55 INFO - File "/builds/slave/test/build/tests/marionette/tests/testing/marionette/client/marionette/tests/unit/test_text.py", line 59, in test_clearText
00:36:55 INFO - box = self.marionette.find_element("id", "textInput")
00:36:55 INFO - File "/builds/slave/test/build/tests/marionette/marionette/marionette.py", line 517, in find_element
00:36:55 INFO - response = self._send_message('findElement', 'value', **kwargs)
00:36:55 INFO - File "/builds/slave/test/build/tests/marionette/marionette/marionette.py", line 255, in _send_message
00:36:55 INFO - self._handle_error(response)
00:36:55 INFO - File "/builds/slave/test/build/tests/marionette/marionette/marionette.py", line 276, in _handle_error
00:36:55 ERROR - raise NoSuchElementException(message=message, status=status, stacktrace=stacktrace)
00:36:55 ERROR - TEST-UNEXPECTED-FAIL | test_text.py TestTextChrome.test_clearText | NoSuchElementException: Unable to locate element: textInput
00:36:55 INFO - ----------------------------------------------------------------------
00:36:55 INFO - Ran 6 tests in 9.668s
00:36:55 ERROR - FAILED (errors=1)
00:36:55 INFO - 1361435815046 Marionette INFO sendToClient: {"from":"conn22.marionette1","ok":true}, {93a25b76-894e-4ec7-a421-9d5420ad3504}, {93a25b76-894e-4ec7-a421-9d5420ad3504}
00:36:55 INFO - ************************************************************
00:36:55 INFO - * Call to xpconnect wrapped JSObject produced this error: *
00:36:55 INFO - [Exception... "Component returned failure code: 0x80470002 (NS_BASE_STREAM_CLOSED) [nsIOutputStream.write]" nsresult: "0x80470002 (NS_BASE_STREAM_CLOSED)" location: "JS frame :: chrome://global/content/devtools/dbg-transport.js :: DT_onOutputStreamReady :: line 94" data: no]
00:36:55 INFO - ************************************************************
00:36:55 INFO - WARNING: NS_ENSURE_TRUE(wrapper) failed: file ../../../dom/base/nsJSUtils.cpp, line 84
Comment 1•12 years ago
|
||
(OrangeWFM bugs not modified in > 2 months)
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → WORKSFORME
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
•