Closed
Bug 1384381
Opened 8 years ago
Closed 8 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)
| Assignee | ||
Comment 1•8 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•8 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•8 years ago
|
Whiteboard: [stockwell needswork]
Comment 7•8 years ago
|
||
keep in mind bug 1384130 has many failures in the same test.
| Assignee | ||
Comment 8•8 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•8 years ago
|
Whiteboard: [stockwell needswork] → [stockwell needswork][fxsearch]
| Comment hidden (Intermittent Failures Robot) |
Comment 10•8 years ago
|
||
thanks for picking this up ::mak!
| Comment hidden (mozreview-request) |
Comment 12•8 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•8 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•8 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
status-firefox57:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 57
Comment 15•8 years ago
|
||
| bugherder uplift | ||
status-firefox56:
--- → fixed
Whiteboard: [stockwell needswork][fxsearch] → [stockwell fixed][fxsearch]
Updated•8 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
•