Closed
Bug 1433102
Opened 8 years ago
Closed 7 years ago
Intermittent test_window_rect.py TestSize.test_resize_larger_than_screen | IOError: Process killed because the connection to Marionette server is lost. Check gecko.log for errors (Reason: Connection timed out after 360.0s)
Categories
(Testing :: Marionette Client and Harness, defect, P5)
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: intermittent-bug-filer, Unassigned)
References
Details
(Keywords: intermittent-failure)
Filed by: ncsoregi [at] mozilla.com
https://treeherder.mozilla.org/logviewer.html#?job_id=158430231&repo=autoland
https://queue.taskcluster.net/v1/task/T-siUo8TQPG-FDCZgCMdDQ/runs/0/artifacts/public/logs/live_backing.log
04:07:30 INFO - 1516882050606 Marionette DEBUG Closed connection 105
30472
04:09:32 INFO - TEST-UNEXPECTED-ERROR | testing/marionette/harness/marionette_harness/tests/unit/test_window_rect.py TestSize.test_resize_larger_than_screen | IOError: Process killed because the connection to Marionette server is lost. Check gecko.log for errors (Reason: Connection timed out after 360.0s)
30473
04:09:32 INFO - Traceback (most recent call last):
30474
04:09:32 INFO - File "/Users/cltbld/tasks/task_1516880640/build/venv/lib/python2.7/site-packages/marionette_harness/marionette_test/testcases.py", line 159, in run
30475
04:09:32 INFO - testMethod()
30476
04:09:32 INFO - File "/Users/cltbld/tasks/task_1516880640/build/tests/marionette/tests/testing/marionette/harness/marionette_harness/tests/unit/test_window_rect.py", line 191, in test_resize_larger_than_screen
30477
04:09:32 INFO - self.max["width"] * 2, self.max["height"] * 2)
30478
04:09:32 INFO - File "/Users/cltbld/tasks/task_1516880640/build/venv/lib/python2.7/site-packages/marionette_driver/marionette.py", line 2063, in set_window_size
30479
04:09:32 INFO - return self._send_message("setWindowSize", body)
30480
04:09:32 INFO - File "/Users/cltbld/tasks/task_1516880640/build/venv/lib/python2.7/site-packages/marionette_driver/decorators.py", line 31, in _
30481
04:09:32 INFO - m._handle_socket_failure()
30482
04:09:32 INFO - File "/Users/cltbld/tasks/task_1516880640/build/venv/lib/python2.7/site-packages/marionette_driver/marionette.py", line 830, in _handle_socket_failure
30483
04:09:32 INFO - reraise(IOError, message.format(returncode=returncode, reason=val), tb)
30484
04:09:32 INFO - File "/Users/cltbld/tasks/task_1516880640/build/venv/lib/python2.7/site-packages/marionette_driver/decorators.py", line 26, in _
30485
04:09:32 INFO - return func(*args, **kwargs)
30486
04:09:32 INFO - File "/Users/cltbld/tasks/task_1516880640/build/venv/lib/python2.7/site-packages/marionette_driver/marionette.py", line 738, in _send_message
30487
04:09:32 INFO - msg = self.client.request(name, params)
30488
04:09:32 INFO - File "/Users/cltbld/tasks/task_1516880640/build/venv/lib/python2.7/site-packages/marionette_driver/transport.py", line 273, in request
30489
04:09:32 INFO - return self.receive()
30490
04:09:32 INFO - File "/Users/cltbld/tasks/task_1516880640/build/venv/lib/python2.7/site-packages/marionette_driver/transport.py", line 183, in receive
30491
04:09:32 INFO - raise socket.timeout("Connection timed out after {}s".format(self.socket_timeout))
04:01:30 INFO - 1516881690524 Marionette TRACE 105 <- [1,8,null,{"x":4,"y":4,"width":1229,"height":691,"state":"normal"}]
04:01:30 INFO - 1516881690527 Marionette TRACE 105 -> [0,9,"setWindowSize",{"width":2732,"height":1536}]
[..]
04:07:30 INFO - 1516882050606 Marionette DEBUG Closed connection 105
04:09:32 INFO - TEST-UNEXPECTED-ERROR | testing/marionette/harness/marionette_harness/tests/unit/test_window_rect.py TestSize.test_resize_larger_than_screen | IOError: Process killed because the connection to Marionette server is lost. Check gecko.log for errors (Reason: Connection timed out after 360.0s)
04:09:32 INFO - Traceback (most recent call last):
This looks like a hang in `setWindowSize`.
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment 4•7 years ago
|
||
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → INCOMPLETE
Comment hidden (Intermittent Failures Robot) |
Status: RESOLVED → REOPENED
Resolution: INCOMPLETE → ---
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
This bug is actually blocked on bug 1489955.
Depends on: 1489955
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment 15•7 years ago
|
||
Status: REOPENED → RESOLVED
Closed: 7 years ago → 7 years ago
Resolution: --- → INCOMPLETE
Updated•2 years ago
|
Product: Testing → Remote Protocol
Comment 16•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
•