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)

defect

Tracking

()

RESOLVED FIXED
Firefox 57
Tracking Status
firefox56 --- fixed
firefox57 --- fixed

People

(Reporter: intermittent-bug-filer, Assigned: mak)

References

Details

(Keywords: intermittent-failure, Whiteboard: [stockwell fixed:timing][fxsearch])

Attachments

(1 file)

See Also: → 1383955
See Also: → 1384130
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...
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)
Whiteboard: [stockwell needswork]
keep in mind bug 1384130 has many failures in the same test.
I can have a look in the next days.
Assignee: nobody → mak77
Status: NEW → ASSIGNED
Flags: needinfo?(mak77)
Priority: P5 → P1
Whiteboard: [stockwell needswork] → [stockwell needswork][fxsearch]
thanks for picking this up ::mak!
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+
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
https://hg.mozilla.org/mozilla-central/rev/fd00228df86b
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 57
https://hg.mozilla.org/releases/mozilla-beta/rev/910cb02453ea
Whiteboard: [stockwell needswork][fxsearch] → [stockwell fixed][fxsearch]
Whiteboard: [stockwell fixed][fxsearch] → [stockwell fixed:timing][fxsearch]
You need to log in before you can comment on or make changes to this bug.