Closed
Bug 1157877
Opened 10 years ago
Closed 10 years ago
Intermittent test_clearing.py TestClear.testTextAreaShouldNotClearWhenReadOnly | TimeoutException: TimeoutException: Connection timed out
Categories
(Testing :: Marionette Client and Harness, defect)
Tracking
(firefox40 affected)
RESOLVED
WORKSFORME
Tracking | Status | |
---|---|---|
firefox40 | --- | affected |
People
(Reporter: RyanVM, Unassigned)
Details
(Keywords: intermittent-failure, pi-marionette-intermittent)
10:15:03 INFO - TEST-START | test_clearing.py TestClear.testTextAreaShouldNotClearWhenReadOnly
10:21:04 ERROR - TEST-UNEXPECTED-ERROR | test_clearing.py TestClear.testTextAreaShouldNotClearWhenReadOnly | TimeoutException: TimeoutException: Connection timed out
10:21:04 INFO - Traceback (most recent call last):
10:21:04 INFO - File "/builds/slave/test/build/venv/local/lib/python2.7/site-packages/marionette/marionette_test.py", line 296, in run
10:21:04 INFO - testMethod()
10:21:04 INFO - File "/builds/slave/test/build/tests/marionette/tests/testing/marionette/client/marionette/tests/unit/test_clearing.py", line 48, in testTextAreaShouldNotClearWhenReadOnly
10:21:04 INFO - element.clear()
10:21:04 INFO - File "/builds/slave/test/build/venv/local/lib/python2.7/site-packages/marionette_driver/marionette.py", line 100, in clear
10:21:04 INFO - return self.marionette._send_message('clearElement', 'ok', id=self.id)
10:21:04 INFO - File "/builds/slave/test/build/venv/local/lib/python2.7/site-packages/marionette_driver/decorators.py", line 36, in _
10:21:04 INFO - return func(*args, **kwargs)
10:21:04 INFO - File "/builds/slave/test/build/venv/local/lib/python2.7/site-packages/marionette_driver/marionette.py", line 697, in _send_message
10:21:04 INFO - raise errors.TimeoutException("Connection timed out")
10:21:04 INFO - TEST-INFO took 360631ms
10:21:04 INFO - test_end for test_clearing.py TestClear.testTextAreaShouldNotClearWhenReadOnly logged while not in progress. Logged with data: {"status": "ERROR", "extra": {"class_name": "test_clearing.TestClear", "method_name": "testTextAreaShouldNotClearWhenReadOnly"}, "expected": "PASS", "test": "test_clearing.py TestClear.testTextAreaShouldNotClearWhenReadOnly", "message": "MarionetteException: MarionetteException: this.curBrowser is null\nstacktrace:\n\tGeckoDriver.prototype.sendAsync@chrome://marionette/content/driver.js:324:7\n\tListenerProxy.prototype.__noSuchMethod__/proxy<@chrome://marionette/content/driver.js:180:5\n\tListenerProxy.prototype.__noSuchMethod__@chrome://marionette/content/driver.js:127:15\n\tTaskImpl_run@resource://gre/modules/Task.jsm:314:40\n\tTaskImpl@resource://gre/modules/Task.jsm:275:3\n\tcreateAsyncFunction/asyncFunction@resource://gre/modules/Task.jsm:249:14\n\tTask_spawn@resource://gre/modules/Task.jsm:164:12\n\tTaskImpl_handleResultValue@resource://gre/modules/Task.jsm:381:1\n\tTaskImpl_run@resource://gre/modules/Task.jsm:332:11\n\tTaskImpl@resource://gre/modules/Task.jsm:275:3\n\tcreateAsyncFunction/asyncFunction@resource://gre/modules/Task.jsm:249:14\n\tTask_spawn@resource://gre/modules/Task.jsm:164:12\n\tTaskImpl_handleResultValue@resource://gre/modules/Task.jsm:381:1\n\tTaskImpl_run@resource://gre/modules/Task.jsm:322:13\n\tTaskImpl@resource://gre/modules/Task.jsm:275:3\n\tcreateAsyncFunction/asyncFunction@resource://gre/modules/Task.jsm:249:14\n\tTask_spawn@resource://gre/modules/Task.jsm:164:12\n\tCommandProcessor.prototype.execute@chrome://marionette/content/command.js:158:13\n\tDispatcher.prototype.onPacket@chrome://marionette/content/dispatcher.js:80:5\n\tDebuggerTransport.prototype._onJSONObjectReady/<@resource://gre/modules/devtools/dbg-client.jsm -> resource://gre/modules/devtools/transport/transport.js:471:9\n\tmakeInfallible/<@resource://gre/modules/commonjs/toolkit/loader.js -> resource://gre/modules/devtools/DevToolsUtils.js:82:14\n\tmakeInfallible/<@resource://gre/modules/commonjs/toolkit/loader.js -> resource://gre/modules/devtools/DevToolsUtils.js:82:14", "stack": "Traceback (most recent call last):\n File \"/builds/slave/test/build/venv/local/lib/python2.7/site-packages/marionette/marionette_test.py\", line 326, in run\n self.tearDown()\n File \"/builds/slave/test/build/venv/local/lib/python2.7/site-packages/marionette/marionette_test.py\", line 650, in tearDown\n (self.filepath.replace('\\\\', '\\\\\\\\'), self.methodName))\n File \"/builds/slave/test/build/venv/local/lib/python2.7/site-packages/marionette_driver/marionette.py\", line 1389, in execute_script\n filename=os.path.basename(frame[0]))\n File \"/builds/slave/test/build/venv/local/lib/python2.7/site-packages/marionette_driver/decorators.py\", line 36, in _\n return func(*args, **kwargs)\n File \"/builds/slave/test/build/venv/local/lib/python2.7/site-packages/marionette_driver/marionette.py\", line 716, in _send_message\n self._handle_error(response)\n File \"/builds/slave/test/build/venv/local/lib/python2.7/site-packages/marionette_driver/marionette.py\", line 752, in _handle_error\n raise errors.lookup(status)(message, stacktrace=stacktrace)\n"}
10:21:04 INFO - TEST-START | test_clearing.py TestClear.testTextInputShouldNotClearWhenDisabled
10:27:04 ERROR - TEST-UNEXPECTED-ERROR | test_clearing.py TestClear.testTextInputShouldNotClearWhenDisabled | TimeoutException: TimeoutException: Connection timed out
10:27:04 INFO - Traceback (most recent call last):
10:27:04 INFO - File "/builds/slave/test/build/venv/local/lib/python2.7/site-packages/marionette/marionette_test.py", line 277, in run
10:27:04 INFO - self.setUp()
10:27:04 INFO - File "/builds/slave/test/build/venv/local/lib/python2.7/site-packages/marionette/marionette_test.py", line 642, in setUp
10:27:04 INFO - self.marionette.test_name = self.test_name
10:27:04 INFO - File "/builds/slave/test/build/venv/local/lib/python2.7/site-packages/marionette_driver/marionette.py", line 902, in test_name
10:27:04 INFO - if self._send_message('setTestName', 'ok', value=test_name):
10:27:04 INFO - File "/builds/slave/test/build/venv/local/lib/python2.7/site-packages/marionette_driver/decorators.py", line 36, in _
10:27:04 INFO - return func(*args, **kwargs)
10:27:04 INFO - File "/builds/slave/test/build/venv/local/lib/python2.7/site-packages/marionette_driver/marionette.py", line 697, in _send_message
10:27:04 INFO - raise errors.TimeoutException("Connection timed out")
10:27:04 INFO - TEST-INFO took 360303ms
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment 3•10 years ago
|
||
[Mass Closure] Closing bug as the WORKSFORME as the intermittent failure has not been seen for 45+ days If this has been closed and you feel that it should Not have been closed, please reopen and add [leave open] to the whiteboard.
Updated•10 years ago
|
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → WORKSFORME
Updated•2 years ago
|
Product: Testing → Remote Protocol
Comment 4•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
•