Closed
Bug 1027587
Opened 12 years ago
Closed 11 years ago
Intermittent test_text.py test_text.TestText.test_sendKeys | 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 b2g-inbound opt test marionette-webapi on 2014-06-19 01:44:49 PDT for push 9234cfe5905b
slave: tst-linux64-spot-704
https://tbpl.mozilla.org/php/getParsedLog.php?id=42037696&tree=B2g-Inbound
{
01:52:38 INFO - TEST-START test_text.py
01:52:45 INFO - testNumericNonShiftKeys (test_text.TestText) ... ok
01:52:50 INFO - testShouldTypeAnInteger (test_text.TestText) ... ok
01:52:54 INFO - test_arrow_keys_are_not_printable (test_text.TestText) ... ok
01:52:57 INFO - test_clearText (test_text.TestText) ... ok
01:52:59 INFO - test_getText (test_text.TestText) ... ok
01:59:05 INFO - test_sendKeys (test_text.TestText) ... ERROR
01:59:07 INFO - test_send_keys_to_type_input (test_text.TestText) ... ok
01:59:11 INFO - test_should_fire_key_down_events (test_text.TestText) ... ok
01:59:16 INFO - test_should_fire_key_press_events (test_text.TestText) ... ok
01:59:20 INFO - test_should_fire_key_up_events (test_text.TestText) ... ok
01:59:27 INFO - test_should_report_key_code_of_arrow_keys_up_down_events (test_text.TestText) ... ok
01:59:32 INFO - test_should_type_a_mix_of_upper_and_lower_case_character (test_text.TestText) ... ok
01:59:37 INFO - test_should_type_a_quote_characters (test_text.TestText) ... ok
01:59:41 INFO - test_should_type_an_at_character (test_text.TestText) ... ok
01:59:47 INFO - test_should_type_lowercase_characters (test_text.TestText) ... ok
01:59:52 INFO - test_should_type_uppercase_characters (test_text.TestText) ... ok
01:59:57 INFO - test_will_simulate_a_key_down_when_entering_text_into_input_elements (test_text.TestText) ... ok
02:00:03 INFO - test_will_simulate_a_key_press_when_entering_text_into_input_elements (test_text.TestText) ... ok
02:00:07 INFO - test_will_simulate_a_key_up_when_entering_text_into_input_elements (test_text.TestText) ... ok
02:00:12 INFO - test_will_simulate_a_keydown_when_entering_text_into_textareas (test_text.TestText) ... ok
02:00:17 INFO - test_will_simulate_a_keypress_when_entering_text_into_textareas (test_text.TestText) ... ok
02:00:22 INFO - test_will_simulate_a_keyup_when_entering_text_into_textareas (test_text.TestText) ... ok
02:00:22 INFO - ======================================================================
02:00:22 INFO - ERROR: None
02:00:22 INFO - ----------------------------------------------------------------------
02:00:22 INFO - Traceback (most recent call last):
02:00:22 INFO - File "/builds/slave/test/build/tests/marionette/marionette/marionette_test.py", line 198, in run
02:00:22 INFO - self.tearDown()
02:00:22 INFO - File "/builds/slave/test/build/tests/marionette/marionette/marionette_test.py", line 349, in tearDown
02:00:22 INFO - self.marionette.test_name = None
02:00:22 INFO - File "/builds/slave/test/build/tests/marionette/marionette/marionette.py", line 769, in test_name
02:00:22 INFO - if self._send_message('setTestName', 'ok', value=test_name):
02:00:22 INFO - File "/builds/slave/test/build/tests/marionette/marionette/decorators.py", line 35, in _
02:00:22 INFO - return func(*args, **kwargs)
02:00:22 INFO - File "/builds/slave/test/build/tests/marionette/marionette/marionette.py", line 627, in _send_message
02:00:22 INFO - "Connection timed out", status=ErrorCodes.TIMEOUT)
02:00:22 INFO - TimeoutException: TimeoutException: Connection timed out
02:00:22 INFO - Most recent errors/exceptions are:
02:00:22 INFO - 06-19 04:52:46.890 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.132.56.74:42158/javascriptPage.html" line: 0}]
02:00:22 INFO - 06-19 04:52:51.500 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.132.56.74:42158/javascriptPage.html" line: 0}]
02:00:22 INFO - 06-19 04:52:55.750 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.132.56.74:42158/test.html" line: 0}]
02:00:22 INFO - 06-19 04:52:58.820 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.132.56.74:42158/test.html" line: 0}]
02:00:22 INFO - 06-19 04:53:00.631 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.132.56.74:42158/test.html" line: 0}]
02:00:22 ERROR - TEST-UNEXPECTED-FAIL | test_text.py test_text.TestText.test_sendKeys | TimeoutException: TimeoutException: Connection timed out
02:00:22 INFO - ----------------------------------------------------------------------
02:00:22 INFO - Ran 22 tests in 462.155s
}
Comment 1•11 years ago
|
||
There has not been any recurrences around this for some time so closing
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → WORKSFORME
| Comment hidden (Legacy TBPL/Treeherder Robot) |
Updated•3 years ago
|
Product: Testing → Remote Protocol
Comment 3•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
•