Closed Bug 1976114 Opened 1 month ago Closed 1 month ago

Add mach command for listing frequent intermittents

Categories

(Testing :: General, enhancement)

enhancement

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: nobody → bgrinstead
Status: NEW → ASSIGNED

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'
Attachment #9499083 - Attachment description: WIP: Bug 1976114 - Add mach intermittents command → Bug 1976114 - Add mach intermittents command;r=jmaher
Blocks: 1976132
Status: ASSIGNED → RESOLVED
Closed: 1 month ago
Resolution: --- → FIXED
Target Milestone: --- → 142 Branch
Depends on: 1976714
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: