Open
Bug 1821549
Opened 3 years ago
Updated 1 year ago
when a task has errorsummary.json that has matching data to the returned error code, do not do raw log parsing
Categories
(Tree Management :: Treeherder, task)
Tree Management
Treeherder
Tracking
(Not tracked)
NEW
People
(Reporter: jmaher, Unassigned)
References
(Blocks 2 open bugs)
Details
this might not be possible in all cases- so this bug could be an investigation bug.
Assuming errorsummary.json exists- load that up and ensure that any overall status found (all passes, 1 or more error) align with the return code of the task. In this situation, we should skip log parsing and do a quick rapid errorsummary.json parse.
Ideally all tasks will have accurate errorsummary.json, but I think reality is at best 50% will. Still this will be up to 50% fewer logs to parse.
You need to log in
before you can comment on or make changes to this bug.
Description
•