Closed Bug 1312214 Opened 8 years ago Closed 7 years ago

Intermittent test_dv_certificate.py TestDVCertificate.test_dv_cert | TimeoutException: Error loading page, timed out (onDOMContentLoaded)

Categories

(Testing :: Firefox UI Tests, defect)

Version 3
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED WORKSFORME

People

(Reporter: aryx, Unassigned)

References

(Depends on 1 open bug)

Details

(Keywords: intermittent-failure)

https://treeherder.mozilla.org/logviewer.html#?job_id=38079275&repo=mozilla-inbound

[task 2016-10-22T07:21:46.631559Z] 07:21:46     INFO - TEST-START | test_dv_certificate.py TestDVCertificate.test_dv_cert
[task 2016-10-22T07:21:46.717436Z] 07:21:46     INFO -  MARIONETTE LOG: INFO: TEST-START: /home/worker/workspace/build/tests/firefox-ui/tests/functional/security/test_dv_certificate.py:test_dv_cert
[task 2016-10-22T07:22:18.159324Z] 07:22:18     INFO - TEST-UNEXPECTED-ERROR | test_dv_certificate.py TestDVCertificate.test_dv_cert | TimeoutException: Error loading page, timed out (onDOMContentLoaded)
[task 2016-10-22T07:22:18.159410Z] 07:22:18     INFO - Traceback (most recent call last):
[task 2016-10-22T07:22:18.159485Z] 07:22:18     INFO -   File "/home/worker/workspace/build/venv/local/lib/python2.7/site-packages/marionette/marionette_test/testcases.py", line 163, in run
[task 2016-10-22T07:22:18.159542Z] 07:22:18     INFO -     testMethod()
[task 2016-10-22T07:22:18.159624Z] 07:22:18     INFO -   File "/home/worker/workspace/build/tests/firefox-ui/tests/functional/security/test_dv_certificate.py", line 30, in test_dv_cert
[task 2016-10-22T07:22:18.159729Z] 07:22:18     INFO -     self.marionette.navigate(self.url)
[task 2016-10-22T07:22:18.159801Z] 07:22:18     INFO -   File "/home/worker/workspace/build/venv/local/lib/python2.7/site-packages/marionette_driver/marionette.py", line 1589, in navigate
[task 2016-10-22T07:22:18.159847Z] 07:22:18     INFO -     self._send_message("get", {"url": url})
[task 2016-10-22T07:22:18.159913Z] 07:22:18     INFO -   File "/home/worker/workspace/build/venv/local/lib/python2.7/site-packages/marionette_driver/decorators.py", line 42, in _
[task 2016-10-22T07:22:18.160154Z] 07:22:18     INFO -     return func(*args, **kwargs)
[task 2016-10-22T07:22:18.161270Z] 07:22:18     INFO -   File "/home/worker/workspace/build/venv/local/lib/python2.7/site-packages/marionette_driver/marionette.py", line 733, in _send_message
[task 2016-10-22T07:22:18.161825Z] 07:22:18     INFO -     self._handle_error(err)
[task 2016-10-22T07:22:18.162389Z] 07:22:18     INFO -   File "/home/worker/workspace/build/venv/local/lib/python2.7/site-packages/marionette_driver/marionette.py", line 766, in _handle_error
[task 2016-10-22T07:22:18.162983Z] 07:22:18     INFO -     raise errors.lookup(error)(message, stacktrace=stacktrace)
This test run has two more failing tests, both are security/certificate related:

TEST-UNEXPECTED-ERROR | test_mixed_content_page.py TestMixedContentPage.test_mixed_content | TimeoutException: Error loading page, timed out (onDOMContentLoaded)
TEST-UNEXPECTED-ERROR | test_mixed_script_content_blocking.py TestMixedScriptContentBlocking.test_mixed_content_page | TimeoutException: Error loading page, timed out (onDOMContentLoaded)

Let me know if you need seperate bugs for these or if these are the results of the same issue.
Flags: needinfo?(hskupin)
I think the same bug is fine. All those tests are trying to access a page on mozqa.com, which seems to be failing here. Could this have been related to the DNS issues by end of last week?
Flags: needinfo?(hskupin)
Maybe they rebooted the infrastructure, previous test runs were successful and the trees got reopened hours before after the (main?) DNS issues had been resolved.
Maybe we should improve Marionette so it clearly can tell us what specifically went wrong when loading a page eg. latest known readyState, available HTTP failure code. Andreas, do you think that would be helpful in general? IMO it will help a lot for investigating load failures.
Flags: needinfo?(ato)
Sure, that sounds like a good improvement.
Flags: needinfo?(ato)
Didn't happen in all the last 7 months. I'm going to close as WFM.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WORKSFORME
You need to log in before you can comment on or make changes to this bug.