Some WPT groups are not mentioned in errorsummary.log
Categories
(Firefox Build System :: Task Configuration, defect)
Tracking
(firefox-esr68 unaffected, firefox77 unaffected, firefox78 unaffected, firefox79 fixed)
| Tracking | Status | |
|---|---|---|
| firefox-esr68 | --- | unaffected |
| firefox77 | --- | unaffected |
| firefox78 | --- | unaffected |
| firefox79 | --- | fixed |
People
(Reporter: marco, Assigned: marco)
References
(Blocks 1 open bug, Regression)
Details
(Keywords: regression)
Attachments
(1 file)
E.g. in https://firefoxci.taskcluster-artifacts.net/RYmCJO0fQsOor5jwtCCUzw/0/public/test_info//wpt_errorsummary.log we have no group_result line.
The group_result lines are outputted on suite_end (https://searchfox.org/mozilla-central/rev/eef39502e08bcd3c40573c65a6827828dce4a032/testing/mozbase/mozlog/mozlog/formatters/errorsummary.py#58). In this case, suite_end was emitted in the raw log: https://firefoxci.taskcluster-artifacts.net/RYmCJO0fQsOor5jwtCCUzw/0/public/test_info//wpt_raw.log.
What's wrong?
| Assignee | ||
Comment 1•5 years ago
•
|
||
This is probably the same bug as bug 1636939 (at least, the WPT part of bug 1636939) and is happening because some groups are None (which means we return early in https://searchfox.org/mozilla-central/rev/eef39502e08bcd3c40573c65a6827828dce4a032/testing/mozbase/mozlog/mozlog/formatters/errorsummary.py#41).
| Assignee | ||
Comment 2•5 years ago
|
||
Updated•5 years ago
|
Comment 6•5 years ago
|
||
| bugherder | ||
Updated•5 years ago
|
Comment 7•5 years ago
|
||
Set release status flags based on info from the regressing bug 1634554
Description
•