Closed Bug 1274642 Opened 8 years ago Closed 8 years ago

TEST-UNEXPECTED-FAIL | test_direct_update.py TestDirectUpdate.test_update, test_fallback_update.py TestFallbackUpdate.test_update | AssertionError: Available update has been found (Update got already applied)

Categories

(Testing :: Firefox UI Tests, defect)

47 Branch
defect
Not set
normal

Tracking

(firefox48 fixed, firefox49 fixed)

RESOLVED FIXED
mozilla49
Tracking Status
firefox48 --- fixed
firefox49 --- fixed

People

(Reporter: whimboo, Unassigned)

References

()

Details

(Keywords: intermittent-failure)

03:40:44     INFO - TEST-UNEXPECTED-FAIL | test_direct_update.py TestDirectUpdate.test_update | AssertionError: Available update has been found
 03:40:44     INFO - Traceback (most recent call last):
 03:40:44     INFO -   File "/Users/mozauto/jenkins/workspace/mozilla-aurora_update/build/venv/lib/python2.7/site-packages/marionette/marionette_test.py", line 351, in run
 03:40:44     INFO -     testMethod()
 03:40:44     INFO -   File "/Users/mozauto/jenkins/workspace/mozilla-aurora_update/build/tests/firefox-ui/tests/update/direct/test_direct_update.py", line 20, in test_update
 03:40:44     INFO -     self.download_and_apply_available_update(force_fallback=False)
 03:40:44     INFO -   File "/Users/mozauto/jenkins/workspace/mozilla-aurora_update/build/venv/lib/python2.7/site-packages/firefox_ui_harness/testcases.py", line 306, in download_and_apply_available_update
03:40:44 INFO - "Available update has been found")


The problem here exists because an already partially downloaded update gets applied before we restart Firefox the first time. Then our first check if an update is available fails.

That means we have to fix bug 1233679 to get this problem solved.
Should be fixed by my patch on bug 1233679.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla49
The patch also landed on mozilla-aurora now.
You need to log in before you can comment on or make changes to this bug.