Closed
Bug 1358368
Opened 6 years ago
Closed 6 years ago
Intermittent toolkit/components/places/tests/favicons/test_root_icons.js | test_removePagesByTimeframe - [test_removePagesByTimeframe : 84] There should be no icon entry - 1 == 0
Categories
(Toolkit :: Places, defect, P2)
Toolkit
Places
Tracking
()
RESOLVED
FIXED
mozilla55
Tracking | Status | |
---|---|---|
firefox55 | --- | fixed |
People
(Reporter: intermittent-bug-filer, Assigned: mak)
Details
(Keywords: intermittent-failure, Whiteboard: [fxsearch])
Attachments
(1 file)
Filed by: philringnalda [at] gmail.com https://treeherder.mozilla.org/logviewer.html#?job_id=93191744&repo=mozilla-inbound https://archive.mozilla.org/pub/firefox/tinderbox-builds/mozilla-inbound-macosx64/1492740268/mozilla-inbound_yosemite_r7_test-xpcshell-bm135-tests1-macosx-build392.txt.gz
Assignee | ||
Comment 1•6 years ago
|
||
Taking for investigation
Assignee: nobody → mak77
Priority: -- → P2
Whiteboard: [fxsearch]
Assignee | ||
Comment 2•6 years ago
|
||
my only suspect so far is that the concurrent connection is reading from the db while the db is checkpointing the change, that means it reads an outdated snapshot. adding a promiseUpdatePlaces may do in such a case. I cannot reproduce locally.
Comment hidden (mozreview-request) |
Comment 4•6 years ago
|
||
mozreview-review |
Comment on attachment 8860343 [details] Bug 1358368 - Ensure we read values from a current db snapshot in places/tests/favicons/test_root_icons.js. https://reviewboard.mozilla.org/r/132386/#review135260 This seems reasonable to try. r=Standard8
Attachment #8860343 -
Flags: review?(standard8) → review+
Pushed by mak77@bonardo.net: https://hg.mozilla.org/integration/autoland/rev/dea1c646413a Ensure we read values from a current db snapshot in places/tests/favicons/test_root_icons.js. r=standard8
Comment 6•6 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/dea1c646413a
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox55:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla55
You need to log in
before you can comment on or make changes to this bug.
Description
•