Closed
Bug 997364
Opened 11 years ago
Closed 11 years ago
test_BoundedFileAppender logs 'A promise chain failed to handle a rejection'
Categories
(Toolkit :: General, defect)
Toolkit
General
Tracking
()
RESOLVED
FIXED
mozilla32
People
(Reporter: Irving, Assigned: chmanchester)
References
Details
Attachments
(1 file, 1 obsolete file)
2.05 KB,
patch
|
chmanchester
:
review+
|
Details | Diff | Splinter Review |
0:05.43 TEST-KNOWN-FAIL | None | Once bug 976205 has landed, THIS ERROR WILL CAUSE A TEST FAILURE.
A promise chain failed to handle a rejection: Unix error 9 during operation accessing file (Bad file descriptor) - rejection date: Wed Apr 16 2014 15:33:12 GMT-0400 (EDT)
In toolkit/modules/tests/xpcshell/test_Log.js, the BoundedFileAppender tests log an error from an unhandled Promise rejection; some WIP Promise test harness I'm trying out points at this line in FileAppender.doAppend()
>> this._lastWritePromise = this._getFile().then(_ => {
called from BoundedFileAppender.doAppend()
>> return FileAppender.prototype.doAppend.call(this, formatted);
Assignee | ||
Comment 1•11 years ago
|
||
Attachment #8408774 -
Flags: review?(irving)
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → chmanchester
Reporter | ||
Updated•11 years ago
|
Attachment #8408774 -
Flags: review?(irving) → review+
Comment 3•11 years ago
|
||
This is one of the last blockers for bug 976205. Any hope to land this soon?
Assignee | ||
Comment 4•11 years ago
|
||
Unbitrot. This should be good to go.
Assignee | ||
Updated•11 years ago
|
Keywords: checkin-needed
Assignee | ||
Updated•11 years ago
|
Attachment #8424235 -
Flags: review+
Assignee | ||
Updated•11 years ago
|
Attachment #8408774 -
Attachment is obsolete: true
Comment 5•11 years ago
|
||
Keywords: checkin-needed
Whiteboard: [fixed-in-fx-team]
Comment 6•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Flags: in-testsuite+
Resolution: --- → FIXED
Whiteboard: [fixed-in-fx-team]
Target Milestone: --- → mozilla32
You need to log in
before you can comment on or make changes to this bug.
Description
•