Closed
Bug 1025245
Opened 11 years ago
Closed 11 years ago
Intermittent test_clearing.py test_clearing.TestClear.testTextAreaShouldNotClearWhenDisabled | TimeoutException: TimeoutException: Connection timed out
Categories
(Testing :: Marionette Client and Harness, defect)
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:12:00 PDT for push 8fa5dc94a2d2
slave: tst-linux64-ec2-076
https://tbpl.mozilla.org/php/getParsedLog.php?id=41326614&tree=Try
{
17:21:41 INFO - TEST-START test_clearing.py
17:21:46 INFO - testContentEditableAreaShouldClear (test_clearing.TestClear) ... ok
17:27:51 INFO - testTextAreaShouldNotClearWhenDisabled (test_clearing.TestClear) ... ERROR
17:27:52 INFO - ERROR
17:27:55 INFO - testTextAreaShouldNotClearWhenReadOnly (test_clearing.TestClear) ... ok
17:27:58 INFO - testTextInputShouldNotClearWhenDisabled (test_clearing.TestClear) ... ok
17:28:02 INFO - testTextInputShouldNotClearWhenReadOnly (test_clearing.TestClear) ... ok
17:28:05 INFO - testWritableTextAreaShouldClear (test_clearing.TestClear) ... ok
17:28:09 INFO - testWriteableTextInputShouldClear (test_clearing.TestClear) ... ok
17:28:09 INFO - ======================================================================
17:28:09 INFO - ERROR: None
17:28:09 INFO - ----------------------------------------------------------------------
17:28:09 INFO - Traceback (most recent call last):
17:28:09 INFO - File "/builds/slave/test/build/tests/marionette/marionette/marionette_test.py", line 170, in run
17:28:09 INFO - testMethod()
17:28:09 INFO - File "/builds/slave/test/build/tests/marionette/tests/testing/marionette/client/marionette/tests/unit/test_clearing.py", line 38, in testTextAreaShouldNotClearWhenDisabled
17:28:09 INFO - element.clear()
17:28:09 INFO - File "/builds/slave/test/build/tests/marionette/marionette/marionette.py", line 124, in clear
17:28:09 INFO - return self.marionette._send_message('clearElement', 'ok', id=self.id)
17:28:09 INFO - File "/builds/slave/test/build/tests/marionette/marionette/decorators.py", line 35, in _
17:28:09 INFO - return func(*args, **kwargs)
17:28:09 INFO - File "/builds/slave/test/build/tests/marionette/marionette/marionette.py", line 616, in _send_message
17:28:09 INFO - "Connection timed out", status=ErrorCodes.TIMEOUT)
17:28:09 INFO - TimeoutException: TimeoutException: Connection timed out
17:28:09 INFO - Most recent errors/exceptions are:
17:28:09 INFO - 06-08 20:21:28.514 E/GeckoConsole( 44): [JavaScript Error: "The character encoding of the HTML document was not declared. The document will render with garbled text in some browser configurations if the document contains characters from outside the US-ASCII range. The character encoding of the page must be declared in the document or in the transfer protocol." {file: "http://10.134.59.238:55958/javascriptPage.html" line: 0}]
17:28:09 INFO - 06-08 20:21:33.054 E/GeckoConsole( 44): [JavaScript Error: "The character encoding of the HTML document was not declared. The document will render with garbled text in some browser configurations if the document contains characters from outside the US-ASCII range. The character encoding of the page must be declared in the document or in the transfer protocol." {file: "http://10.134.59.238:55958/javascriptPage.html" line: 0}]
17:28:09 INFO - 06-08 20:21:37.724 E/GeckoConsole( 44): [JavaScript Error: "The character encoding of the HTML document was not declared. The document will render with garbled text in some browser configurations if the document contains characters from outside the US-ASCII range. The character encoding of the page must be declared in the document or in the transfer protocol." {file: "http://10.134.59.238:55958/javascriptPage.html" line: 0}]
17:28:09 INFO - 06-08 20:21:44.444 E/GeckoConsole( 44): [JavaScript Error: "The character encoding of the HTML document was not declared. The document will render with garbled text in some browser configurations if the document contains characters from outside the US-ASCII range. The character encoding of the page must be declared in the document or in the transfer protocol." {file: "http://10.134.59.238:55958/test_clearing.html" line: 0}]
17:28:09 INFO - 06-08 20:21:48.424 E/GeckoConsole( 44): [JavaScript Error: "The character encoding of the HTML document was not declared. The document will render with garbled text in some browser configurations if the document contains characters from outside the US-ASCII range. The character encoding of the page must be declared in the document or in the transfer protocol." {file: "http://10.134.59.238:55958/test_clearing.html" line: 0}]
17:28:09 ERROR - TEST-UNEXPECTED-FAIL | test_clearing.py test_clearing.TestClear.testTextAreaShouldNotClearWhenDisabled | TimeoutException: TimeoutException: Connection timed out
17:28:09 INFO - ======================================================================
17:28:09 INFO - ERROR: None
17:28:09 INFO - ----------------------------------------------------------------------
17:28:09 INFO - Traceback (most recent call last):
17:28:09 INFO - File "/builds/slave/test/build/tests/marionette/marionette/marionette_test.py", line 198, in run
17:28:09 INFO - self.tearDown()
17:28:09 INFO - File "/builds/slave/test/build/tests/marionette/marionette/marionette_test.py", line 346, in tearDown
17:28:09 INFO - self.marionette.set_context("content")
17:28:09 INFO - File "/builds/slave/test/build/tests/marionette/marionette/marionette.py", line 884, in set_context
17:28:09 INFO - return self._send_message('setContext', 'ok', value=context)
17:28:09 INFO - File "/builds/slave/test/build/tests/marionette/marionette/decorators.py", line 35, in _
17:28:09 INFO - return func(*args, **kwargs)
17:28:09 INFO - File "/builds/slave/test/build/tests/marionette/marionette/marionette.py", line 601, in _send_message
17:28:09 INFO - raise MarionetteException("Please start a session")
17:28:09 ERROR - TEST-UNEXPECTED-FAIL | test_clearing.py test_clearing.TestClear.testTextAreaShouldNotClearWhenDisabled | MarionetteException: MarionetteException: Please start a session
17:28:09 INFO - ----------------------------------------------------------------------
17:28:09 INFO - Ran 7 tests in 386.344s
}
| Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment 2•11 years ago
|
||
[Mass] Closing bug as this hasnt been seen for 2 months
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → WORKSFORME
Updated•2 years ago
|
Product: Testing → Remote Protocol
Comment 3•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
•