Closed
Bug 1788905
Opened 3 years ago
Closed 3 years ago
"failed to parse line" error in ShutdownLeaks shouldn't include the failing line
Categories
(Testing :: Mochitest, defect)
Tracking
(firefox106 fixed)
RESOLVED
FIXED
106 Branch
Tracking | Status | |
---|---|---|
firefox106 | --- | fixed |
People
(Reporter: mccr8, Assigned: mccr8)
References
Details
Attachments
(1 file)
As seen in bugs like bug 1788847, bug 1788848, bug 1773816, bug 1630111 and others, including the actual text of the line that failed to parse in the error message means that each failure will get its own bug filed. The failures seem to happen because multiple threads are writing to the log at the same time, so every failure will have different text. It is still important to know what the failing line is, so it could be printed out as an INFO after the error.
Assignee | ||
Comment 1•3 years ago
|
||
This failure happens when multiple threads write to the log at the same
time, so every error will be different. Printing the line as an info
will make these failures easier to classify on TreeHerder.
Pushed by amccreight@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/abb1dfc5ceaf
Don't include failing line when ShutdownLeaks fails to parse. r=ahal
Comment 3•3 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 3 years ago
status-firefox106:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 106 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•