Closed
Bug 1206134
Opened 9 years ago
Closed 8 years ago
Update test failure: "TimeoutException: Timed out after 30.1 seconds with message: Check for updates has been finished. " due to proxy issues
Categories
(Testing :: Firefox UI Tests, defect, P1)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: whimboo, Assigned: whimboo)
References
()
Details
A couple of our update tests on OSX were failing today in checking for updates:
06:16:39 Traceback (most recent call last):
06:16:39 File "/Users/mozauto/jenkins/workspace/mozilla-central_update/venv/lib/python2.7/site-packages/marionette/marionette_test.py", line 296, in run
06:16:39 testMethod()
06:16:39 File "/Users/mozauto/jenkins/workspace/mozilla-central_update/venv/lib/python2.7/site-packages/firefox_ui_tests/update/direct/test_direct_update.py", line 26, in test_update
06:16:39 self._test_update()
06:16:39 File "/Users/mozauto/jenkins/workspace/mozilla-central_update/venv/lib/python2.7/site-packages/firefox_ui_tests/update/direct/test_direct_update.py", line 20, in _test_update
06:16:39 self.download_and_apply_available_update(force_fallback=False)
06:16:39 File "/Users/mozauto/jenkins/workspace/mozilla-central_update/venv/lib/python2.7/site-packages/firefox_ui_harness/testcases/update.py", line 150, in download_and_apply_available_update
06:16:39 update_available = about_window.check_for_updates()
06:16:39 File "/Users/mozauto/jenkins/workspace/mozilla-central_update/venv/lib/python2.7/site-packages/firefox_puppeteer/ui/about_window/window.py", line 67, in check_for_updates
06:16:39 message='Check for updates has been finished.')
06:16:39 File "/Users/mozauto/jenkins/workspace/mozilla-central_update/venv/lib/python2.7/site-packages/marionette_driver/wait.py", line 143, in until
06:16:39 cause=last_exc)
06:16:39 TimeoutException: TimeoutException: Timed out after 30.1 seconds with message: Check for updates has been finished.
Assignee | ||
Updated•9 years ago
|
Assignee: nobody → hskupin
Status: NEW → ASSIGNED
OS: Unspecified → Mac OS X
Assignee | ||
Comment 1•9 years ago
|
||
Talked to bhearsum on IRC and he mentioned that it could be a side-effect of bug 1205665 which could have caused a short service interruption.
I will retrigger all the tests and check how it works.
Depends on: 1205665
Priority: -- → P1
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Assignee | ||
Comment 9•9 years ago
|
||
All retriggered update tests were passing. So we are fine.
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Updated•9 years ago
|
Product: Mozilla QA → Testing
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Assignee | ||
Comment 13•8 years ago
|
||
Lots of failures again, and most likely due to bug 1289697.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Comment hidden (Intermittent Failures Robot) |
Assignee | ||
Comment 15•8 years ago
|
||
We have been proven that the work on bug 1289697 fixed this problem.
Status: REOPENED → RESOLVED
Closed: 9 years ago → 8 years ago
OS: Mac OS X → All
Resolution: --- → FIXED
Assignee | ||
Updated•8 years ago
|
Summary: Update test failure: "TimeoutException: Timed out after 30.1 seconds with message: Check for updates has been finished. " → Update test failure: "TimeoutException: Timed out after 30.1 seconds with message: Check for updates has been finished. " due to proxy issues
Comment hidden (Intermittent Failures Robot) |
You need to log in
before you can comment on or make changes to this bug.
Description
•