Closed
Bug 1979834
Opened 1 year ago
Closed 1 year ago
Only preserve relevant stderr output from repo_sync
Categories
(Toolkit :: Crash Reporting, enhancement)
Toolkit
Crash Reporting
Tracking
()
RESOLVED
FIXED
143 Branch
| Tracking | Status | |
|---|---|---|
| firefox143 | --- | fixed |
People
(Reporter: gsvelto, Assigned: nishu)
References
Details
Attachments
(1 file)
When fetching an Apple package, repo_sync will often spit out a warning if the file has already been downloaded, like this:
WARNING: did not add product 061-1955 to catalog index-1.sucatalog.gz.apple because it has not been downloaded.
This output is stored in the artifacts, see this line. It results in dozens of multi-megabyte artifacts that only contain those lines, see this one for example.
We should filter out those lines from the output and only preserve the actual errors. Once filtered out most .stderr files will be empty and there's no point in saving them in the artifacts. We should thus only preserve the non-empty .stderr files that are likely to contain relevant errors.
| Assignee | ||
Comment 1•1 year ago
|
||
Updated•1 year ago
|
Assignee: nobody → nsheth
Status: NEW → ASSIGNED
Pushed by nsheth@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/f5d0d682b07b
https://hg.mozilla.org/integration/autoland/rev/289673bfb0e3
Only preserve relevant stderr output from repo_sync r=gsvelto
Comment 3•1 year ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
status-firefox143:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 143 Branch
Updated•1 year ago
|
QA Whiteboard: [qa-triage-done-c144/b143]
You need to log in
before you can comment on or make changes to this bug.
Description
•