Closed
Bug 1632242
Opened 5 years ago
Closed 5 years ago
Mention results for groups in errorsummary even when the group passed or was skipped
Categories
(Firefox Build System :: Task Configuration, task)
Firefox Build System
Task Configuration
Tracking
(firefox78 fixed)
RESOLVED
FIXED
mozilla78
Tracking | Status | |
---|---|---|
firefox78 | --- | fixed |
People
(Reporter: marco, Assigned: marco)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
Currently errorsummary.log contains a test_groups line containing the groups which were part of the task, and a test_result line for every test where the actual result was not the same as the expected result.
This makes it hard to know which groups actually run, as the groups in test_groups with no corresponding test_result line could either have run and passed or they could have been skipped.
Assignee | ||
Updated•5 years ago
|
See Also: → 1631515,
https://github.com/mozilla/mozci/issues/166
Assignee | ||
Updated•5 years ago
|
Assignee: nobody → mcastelluccio
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•5 years ago
|
||
Pushed by mcastelluccio@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/fa7b0d6cd464
Mention results for groups in errorsummary even when the group passed or was skipped. r=ahal
Assignee | ||
Comment 4•5 years ago
|
||
I've verified this is working well for all test suites (except WPT, for which we only mention passed groups for now, probably same root cause as bug 1631515, but that's good enough for now: I can assume any group which is not mentioned to be skipped).
Comment 5•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox78:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla78
You need to log in
before you can comment on or make changes to this bug.
Description
•