Closed
Bug 1480794
Opened 7 years ago
Closed 6 years ago
Intermittent testing/firefox-ui/tests/functional/security/test_mixed_content_page.py TestMixedContentPage.test_mixed_content | TimeoutException: Timeout loading page after 300000ms
Categories
(Testing :: Firefox UI Tests, defect, P5)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
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=191661653&repo=mozilla-beta
https://queue.taskcluster.net/v1/task/ZJO_klqLQEexBqQ6Lho6jA/runs/0/artifacts/public/logs/live_backing.log
11:45:47 INFO - TEST-UNEXPECTED-ERROR | testing/firefox-ui/tests/functional/security/test_mixed_content_page.py TestMixedContentPage.test_mixed_content | TimeoutException: Timeout loading page after 300000ms
11:45:47 INFO - stacktrace:
11:45:47 INFO - WebDriverError@chrome://marionette/content/error.js:178:5
11:45:47 INFO - TimeoutError@chrome://marionette/content/error.js:445:5
11:45:47 INFO - notify@chrome://marionette/content/listener.js:335:13
11:45:47 INFO - Traceback (most recent call last):
11:45:47 INFO - File "/Users/cltbld/tasks/task_1533235099/build/venv/lib/python2.7/site-packages/marionette_harness/marionette_test/testcases.py", line 159, in run
11:45:47 INFO - testMethod()
11:45:47 INFO - File "/Users/cltbld/tasks/task_1533235099/build/tests/firefox-ui/tests/testing/firefox-ui/tests/functional/security/test_mixed_content_page.py", line 31, in test_mixed_content
11:45:47 INFO - self.marionette.navigate(self.url)
11:45:47 INFO - File "/Users/cltbld/tasks/task_1533235099/build/venv/lib/python2.7/site-packages/marionette_driver/marionette.py", line 1572, in navigate
11:45:47 INFO - {"url": url})
11:45:47 INFO - File "/Users/cltbld/tasks/task_1533235099/build/venv/lib/python2.7/site-packages/marionette_driver/decorators.py", line 26, in _
11:45:47 INFO - return func(*args, **kwargs)
11:45:47 INFO - File "/Users/cltbld/tasks/task_1533235099/build/venv/lib/python2.7/site-packages/marionette_driver/marionette.py", line 740, in _send_message
11:45:47 INFO - self._handle_error(err)
11:45:47 INFO - File "/Users/cltbld/tasks/task_1533235099/build/venv/lib/python2.7/site-packages/marionette_driver/marionette.py", line 764, in _handle_error
11:45:47 INFO - raise errors.lookup(
Comment 1•7 years ago
|
||
The real failure is here:
> 11:40:48 INFO - 1533235248371 Marionette DEBUG [15032385537] Received DOM event DOMContentLoaded for https://mixed.badssl.com/
> 11:45:47 INFO - 1533235547596 Marionette TRACE 6 <- [1,81,{"error":"timeout","message":"Timeout loading page after 300000ms","stacktrace":"WebDriverError@chrome://marionette/con ... 8:5\nTimeoutError@chrome://marionette/content/error.js:445:5\nnotify@chrome://marionette/content/listener.js:335:13\n"},null]
We received the `DOMContentLoaded` event but never `complete` when loading https://mixed.badssl.com/.
Blocks: 1414776
Comment 2•7 years ago
|
||
That's strange, as mixed.badssl.com doesn't load anything from other domains. So the base resource loaded completely, but one of the images didn't?
Comment 3•7 years ago
|
||
April, it's somewhat similar as what we have seen for other tests. Firefox doesn't even display anything in the tab. Check the following report. The related screenshot is right at the top.
https://taskcluster-artifacts.net/ZJO_klqLQEexBqQ6Lho6jA/0/public/test_info/report.html
| Comment hidden (Intermittent Failures Robot) |
Updated•6 years ago
|
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•