Closed
Bug 1384381
Opened 6 years ago
Closed 6 years ago
Intermittent browser_privatebrowsing_placestitle.js | Uncaught exception - at browser_privatebrowsing_placestitle.js:48 - TypeError: null has no properties
Categories
(Firefox :: Private Browsing, defect, P1)
Firefox
Private Browsing
Tracking
()
RESOLVED
FIXED
Firefox 57
People
(Reporter: intermittent-bug-filer, Assigned: mak)
References
Details
(Keywords: intermittent-failure, Whiteboard: [stockwell fixed:timing][fxsearch])
Attachments
(1 file)
Filed by: wkocher [at] mozilla.com https://treeherder.mozilla.org/logviewer.html#?job_id=117621464&repo=mozilla-inbound https://queue.taskcluster.net/v1/task/X80ZtQiSTkakpWuUOr8vtg/runs/0/artifacts/public/logs/live_backing.log
Assignee | ||
Comment 1•6 years ago
|
||
The problems here are due to concurrency, by the time we fetch the history details, looks like a transaction is still open and we read from an outdated db snapshot. We could try with some promiseAsyncUpdates() calls...
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment 6•6 years ago
|
||
the failure rates here have been steady for the last 3 weeks, it looks like linux64-asan and linux64-ccov (which is a debug build, but instrumented for collecting code coverage). Given that we are seeing these on "artificial" configurations- should we skip this for those configurations, or plan on making the test more robust? ::mak, I see you had some suggestions about 4 weeks ago in Comment 1, is this something that could be done in the next week or two?
Flags: needinfo?(mak77)
Updated•6 years ago
|
Whiteboard: [stockwell needswork]
Comment 7•6 years ago
|
||
keep in mind bug 1384130 has many failures in the same test.
Assignee | ||
Comment 8•6 years ago
|
||
I can have a look in the next days.
Assignee: nobody → mak77
Status: NEW → ASSIGNED
Flags: needinfo?(mak77)
Priority: P5 → P1
Assignee | ||
Updated•6 years ago
|
Whiteboard: [stockwell needswork] → [stockwell needswork][fxsearch]
Comment hidden (Intermittent Failures Robot) |
Comment 10•6 years ago
|
||
thanks for picking this up ::mak!
Comment hidden (mozreview-request) |
Comment 12•6 years ago
|
||
mozreview-review |
Comment on attachment 8902328 [details] Bug 1384381 - Intermittent failures in browser_privatebrowsing_placestitle.js and browser_privatebrowsing_placesTitleNoUpdate.js. https://reviewboard.mozilla.org/r/173868/#review179128
Attachment #8902328 -
Flags: review?(standard8) → review+
Comment 13•6 years ago
|
||
Pushed by mak77@bonardo.net: https://hg.mozilla.org/integration/autoland/rev/fd00228df86b Intermittent failures in browser_privatebrowsing_placestitle.js and browser_privatebrowsing_placesTitleNoUpdate.js. r=standard8
![]() |
||
Comment 14•6 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/fd00228df86b
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox57:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 57
Comment 15•6 years ago
|
||
bugherderuplift |
https://hg.mozilla.org/releases/mozilla-beta/rev/910cb02453ea
status-firefox56:
--- → fixed
Whiteboard: [stockwell needswork][fxsearch] → [stockwell fixed][fxsearch]
Updated•6 years ago
|
Whiteboard: [stockwell fixed][fxsearch] → [stockwell fixed:timing][fxsearch]
Comment hidden (Intermittent Failures Robot) |
You need to log in
before you can comment on or make changes to this bug.
Description
•