Closed
Bug 1976114
Opened 1 month ago
Closed 1 month ago
Add mach command for listing frequent intermittents
Categories
(Testing :: General, enhancement)
Testing
General
Tracking
(firefox142 fixed)
RESOLVED
FIXED
142 Branch
Tracking | Status | |
---|---|---|
firefox142 | --- | fixed |
People
(Reporter: bgrins, Assigned: bgrins)
References
(Depends on 1 open bug)
Details
Attachments
(1 file)
https://searchfox.org/mozilla-central/rev/584b344830aa2558985675b99aaadbb915402caa/testing/high_freq_skipfails.py#52 (./mach manifest high-freq-skip-fails
) has a lot of the necessary logic, but it'd be handy to just get a list of frequent test paths without manually interpreting https://treeherder.mozilla.org/intermittent-failures/main?startday=2025-02-04&endday=2025-02-11&tree=all&failurehash=all.
Assignee | ||
Updated•1 month ago
|
Assignee: nobody → bgrinstead
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•1 month ago
|
||
This provides a way to get a list of frequently failing tests, for example with
- ./mach intermittents list
- ./mach intermittents list --days 7 --threshold 30 --json | jq -r '.[] | select(.test_path) | .test_path'
Updated•1 month ago
|
Attachment #9499083 -
Attachment description: WIP: Bug 1976114 - Add mach intermittents command → Bug 1976114 - Add mach intermittents command;r=jmaher
Pushed by jmaher@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/4fc73e27a898
https://hg.mozilla.org/integration/autoland/rev/98328341d3df
Add mach intermittents command;r=jmaher
Comment 3•1 month ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 1 month ago
status-firefox142:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 142 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•