Closed
Bug 1379061
Opened 7 years ago
Closed 7 years ago
Intermittent test_navigation.py TestNavigate.test_navigate_file_url_remoteness_change | TimeoutException: Timeout loading page after 300000ms
Categories
(Testing :: Marionette Client and Harness, defect)
Tracking
(firefox56 fixed)
RESOLVED
FIXED
mozilla56
Tracking | Status | |
---|---|---|
firefox56 | --- | fixed |
People
(Reporter: intermittent-bug-filer, Assigned: whimboo)
References
Details
(Keywords: intermittent-failure, Whiteboard: [stockwell fixed:race])
Assignee | ||
Comment 1•7 years ago
|
||
Traceback (most recent call last):
19:36:28 INFO - File "C:\slave\test\build\venv\lib\site-packages\marionette_harness\marionette_test\testcases.py", line 156, in run
19:36:28 INFO - testMethod()
19:36:28 INFO - File "C:\slave\test\build\venv\lib\site-packages\marionette_harness\marionette_test\decorators.py", line 67, in skip_wrapper
19:36:28 INFO - return test_item(self, *args, **kwargs)
19:36:28 INFO - File "C:\slave\test\build\venv\lib\site-packages\marionette_harness\marionette_test\decorators.py", line 150, in skip_wrapper
19:36:28 INFO - return test_item(self, *args, **kwargs)
19:36:28 INFO - File "C:\slave\test\build\tests\marionette\tests\testing\marionette\harness\marionette_harness\tests\unit\test_navigation.py", line 212, in test_navigate_file_url_remoteness_change
19:36:28 INFO - self.marionette.navigate(self.test_page_file_url)
19:36:28 INFO - File "C:\slave\test\build\venv\lib\site-packages\marionette_driver\marionette.py", line 1609, in navigate
19:36:28 INFO - self._send_message("get", {"url": url})
19:36:28 INFO - File "C:\slave\test\build\venv\lib\site-packages\marionette_driver\decorators.py", line 23, in _
19:36:28 INFO - return func(*args, **kwargs)
19:36:28 INFO - File "C:\slave\test\build\venv\lib\site-packages\marionette_driver\marionette.py", line 739, in _send_message
19:36:28 INFO - self._handle_error(err)
19:36:28 INFO - File "C:\slave\test\build\venv\lib\site-packages\marionette_driver\marionette.py", line 772, in _handle_error
19:36:28 INFO - raise errors.lookup(error)(message, stacktrace=stacktrace)
Here the debug output from Marionette:
19:31:27 INFO - 1499394687848 Marionette TRACE 852 -> [0,30,"get",{"url":"file:///C:/slave/test/build/tests/marionette/tests/testing/marionette/harness/marionette_harness/tests/unit/data/test.html"}]
19:31:27 INFO - 1499394687852 Marionette DEBUG Received DOM event "beforeunload" for "about:robots"
19:31:27 INFO - 1499394687881 Marionette DEBUG Received DOM event "pagehide" for "about:robots"
19:31:27 INFO - 1499394687882 Marionette DEBUG Received DOM event "unload" for "about:robots"
19:31:27 INFO - [3480] WARNING: '!compMgr', file c:/builds/moz2_slave/autoland-w64-d-000000000000000/build/src/xpcom/components/nsComponentManagerUtils.cpp, line 63
19:31:27 INFO - [Child 3480] WARNING: '!compMgr', file c:/builds/moz2_slave/autoland-w64-d-000000000000000/build/src/xpcom/components/nsComponentManagerUtils.cpp, line 63
19:31:28 INFO - 1499394688029 Marionette DEBUG Received observer notification "outer-window-destroyed" for "198"
19:31:28 INFO - ++DOCSHELL 0000001240FB4000 == 1 [pid = 3480] [id = {95612799-8f64-475c-b1eb-c4be9461a859}]
19:31:28 INFO - ++DOMWINDOW == 1 (0000001240FB5000) [pid = 3480] [serial = 1] [outer = 0000000000000000]
19:31:28 INFO - ++DOMWINDOW == 2 (0000001240FC1800) [pid = 3480] [serial = 2] [outer = 0000001240FB5000]
19:31:28 INFO - 1499394688453 Marionette DEBUG Register listener.js for window 17179869185
It's a new test and as it looks like it is also dependent on the same underlying issue as we cover on bug 1368434.
status-firefox56:
--- → affected
Depends on: 1368434
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment 4•7 years ago
|
||
:whimboo, as this is a new test we really should make this a top priority for the test case author to fix this or disable this until dependencies are resolved- I do see progress in bug 1368434 which will help. Can you make sure this bug is looked into properly or resolved sometime in the next week or two?
Flags: needinfo?(hskupin)
Whiteboard: [stockwell needswork]
Assignee | ||
Comment 5•7 years ago
|
||
Please give me until Thursday this week. If it hasn't been fixed by then, we should disable the tests until I'm back, or someone else could work on it.
Flags: needinfo?(hskupin)
Comment hidden (Intermittent Failures Robot) |
Updated•7 years ago
|
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → DUPLICATE
Whiteboard: [stockwell needswork] → [stockwell fixed:race]
Assignee | ||
Comment 8•7 years ago
|
||
Fixed by my patch on bug 1368434.
Assignee: nobody → hskupin
Resolution: DUPLICATE → FIXED
Target Milestone: --- → mozilla56
Updated•2 years ago
|
Product: Testing → Remote Protocol
Comment 9•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
•