Closed
Bug 1292728
Opened 7 years ago
Closed 7 years ago
Permaorange test_safe_browsing_initial_download.py TestSafeBrowsingInitialDownload.test_safe_browsing_initial_download | TimeoutException: Timed out after 25.1 seconds with message: Safe Browsing File: mozstd-track-digest256.cache not found!
Categories
(Testing :: Firefox UI Tests, defect, P1)
Tracking
(firefox50 fixed, firefox51 fixed)
People
(Reporter: intermittent-bug-filer, Assigned: past)
References
Details
(Keywords: intermittent-failure, regression, Whiteboard: [fxprivacy])
Attachments
(2 files)
Filed by: phil [at] philringnalda.com https://treeherder.mozilla.org/logviewer.html#?job_id=10985076&repo=fx-team https://queue.taskcluster.net/v1/task/BoEKnScxQriRvIBn-uhdLA/runs/0/artifacts/public%2Flogs%2Flive_backing.log
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Updated•7 years ago
|
Flags: needinfo?(past)
Keywords: regression
Comment 3•7 years ago
|
||
Panos, with the landing of your changes on bug 1258041 you broke our safebrowsing tests permanently. Can you please update the test so it reflects the current behavior of Firefox? I would suggest you do try builds in the future to check if changes do not break tests. Thanks.
Flags: needinfo?(past)
Updated•7 years ago
|
Flags: needinfo?(past)
Comment 4•7 years ago
|
||
can we fix this asap please, thanks!
Comment hidden (mozreview-request) |
Updated•7 years ago
|
Keywords: leave-open
Comment 6•7 years ago
|
||
mozreview-review |
Comment on attachment 8778860 [details] Bug 1292728 - Disable test_safe_browsing_initial_download.py due to perma failures caused by bug 1258041. https://reviewboard.mozilla.org/r/69988/#review67158
Attachment #8778860 -
Flags: review?(ato) → review+
Pushed by hskupin@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/f0c07fbbb4b5 Disable test_safe_browsing_initial_download.py due to perma failures caused by bug 1258041. r=ato
Comment 8•7 years ago
|
||
What's required to make these SB tests run in tier-1 (so the commit gets backed out, instead of -urrrgh- the test getting disabled)?
Comment 9•7 years ago
|
||
They will never become tier-1 because we rely on remote test data for this test. This is strictly forbidden for tier-1 level tests.
Assignee | ||
Updated•7 years ago
|
Assignee: nobody → past
Status: NEW → ASSIGNED
Flags: needinfo?(past)
Priority: -- → P1
Whiteboard: [fxprivacy]
Comment hidden (Intermittent Failures Robot) |
Comment hidden (mozreview-request) |
Assignee | ||
Comment 12•7 years ago
|
||
This should be enough to fix the test. Let's see if try agrees: https://treeherder.mozilla.org/#/jobs?repo=try&revision=09531223be4d
Comment 13•7 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/f0c07fbbb4b5
Comment hidden (mozreview-request) |
Assignee | ||
Comment 15•7 years ago
|
||
Try was green and I verified that the test finished successfully. I updated the patch to enable the test again.
Comment 16•7 years ago
|
||
mozreview-review |
Comment on attachment 8779319 [details] Fix broken test test_safe_browsing_initial_download.py after the recent safebrowsing list changes (bug 1292728). https://reviewboard.mozilla.org/r/70322/#review67666 Thanks! ::: testing/firefox-ui/tests/functional/security/test_safe_browsing_initial_download.py:33 (Diff revision 2) > "goog-unwanted-shavar.sbstore", > > # Tracking Protections > - "mozstd-track-digest256.cache", > - "mozstd-track-digest256.pset", > - "mozstd-track-digest256.sbstore", > + "base-track-digest256.cache", > + "base-track-digest256.pset", > + "base-track-digest256.sbstore", Would you mind triggering a try build on linux64 for firefox-ui-functional-remote(-e10s) only? I would like the test passing before we land it.
Attachment #8779319 -
Flags: review?(hskupin) → review+
Comment 17•7 years ago
|
||
(In reply to Panos Astithas [:past] from comment #15) > Try was green and I verified that the test finished successfully. I updated > the patch to enable the test again. The try build you ran was before you enabled the test, so it has not been executed! Please do it again.
Assignee | ||
Comment 18•7 years ago
|
||
(In reply to Henrik Skupin (:whimboo) from comment #17) > The try build you ran was before you enabled the test, so it has not been > executed! Please do it again. That's not correct, the test was enabled in my tree as the disabling patch hadn't landed in fx-team at that time. You can confirm this by looking for the test name in the raw test output.
Comment 19•7 years ago
|
||
Oh, in this case go ahead and land it. Thanks for clarifying, given that it was not clear.
Comment 20•7 years ago
|
||
Pushed by pastithas@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/f38875b13ca3 Fix broken test test_safe_browsing_initial_download.py after the recent safebrowsing list changes . r=whimboo
Comment hidden (Intermittent Failures Robot) |
Comment 22•7 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/f38875b13ca3
Assignee | ||
Updated•7 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
Keywords: leave-open
Resolution: --- → FIXED
Target Milestone: --- → mozilla51
Updated•7 years ago
|
Iteration: --- → 51.1 - Aug 15
Comment hidden (Intermittent Failures Robot) |
Comment 24•7 years ago
|
||
The patch on bug 1258041 got backported to mozilla-aurora now, but this fix has not been incorporated! :( We need to get this onto aurora ASAP to stop the perma orange. Thanks.
status-firefox50:
--- → affected
status-firefox51:
--- → fixed
Whiteboard: [fxprivacy] → [checkin-needed-aurora][fxprivacy]
Comment 25•7 years ago
|
||
bugherderuplift |
https://hg.mozilla.org/releases/mozilla-aurora/rev/b7b4939fdff3
Whiteboard: [checkin-needed-aurora][fxprivacy] → [fxprivacy]
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
You need to log in
before you can comment on or make changes to this bug.
Description
•