Closed
Bug 1359164
Opened 8 years ago
Closed 8 years ago
Intermittent toolkit/components/places/tests/unit/test_telemetry.js | xpcshell return code: 0
Categories
(Toolkit :: Places, defect)
Toolkit
Places
Tracking
()
RESOLVED
FIXED
mozilla55
Tracking | Status | |
---|---|---|
firefox53 | --- | unaffected |
firefox54 | --- | unaffected |
firefox55 | --- | fixed |
People
(Reporter: intermittent-bug-filer, Unassigned)
References
Details
(Keywords: intermittent-failure)
Comment 1•8 years ago
|
||
The interesting part of the log is:
[task 2017-04-24T08:56:29.986203Z] 08:56:29 INFO - Unexpected exception NS_ERROR_STORAGE_BUSY: Component returned failure code: 0x80630001 (NS_ERROR_STORAGE_BUSY)
That means the createFolder call was unable to write to the database for 100ms, OR there was a possible lock contention and Sqlite just gave up.
The test doesn't do anything before that point so I'm not sure what could be happening.
I'm a bit puzzled about what may cause this, apart from a very slow disk and the fact we have 2 bookmarking APIs :\
Comment hidden (Intermittent Failures Robot) |
Comment 3•8 years ago
|
||
Should have been fixed by bug 1359887
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Updated•8 years ago
|
status-firefox53:
--- → unaffected
status-firefox54:
--- → unaffected
status-firefox55:
--- → fixed
Target Milestone: --- → mozilla55
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
•