blob: 99464460dff6eb8d13cade68dfc5b329d865a8b1 [file] [log] [blame] [view]
Arthur Bello27c51752023-09-06 18:14:191# CQ Fault Attribution
2
3The Failure Analysis section in Gerrit provides an easily discoverable view of
4CQ test variant (and soon, build) failures, and categorizes them by comparing
5the failures to the same test variant in snapshot builds. The failures are
6categorized as one of the following:
7
8- New failure (not currently present in tip-of-tree \[ToT\])
9- Pre-existing with a different failure reason (test variant failure present in
10 ToT, but for a different failure reason)
11- Pre-existing with the same failure reason (test variant failure present in
12 ToT for the same failure reason)
13
14Additionally, any test variant failures that have not been able to be
15classified due to insufficient test history in the snapshot / postsubmit builds
16used in ToT will be indicated as such.
17
18Within the Gerrit checks tab, any fault attributed test row will contain a tag
19with the corresponding fault attribution category. For any tests pre-existing
20failures, a link to the snapshot where the failure was found will be present as
21well.
22
23To provide any feedback on fault attribution (either positive or constructive
24feedback), please feel free to create a buganizer issue [here](https://buganizer.corp.google.com/issues/new?component=1315651&template=1849636).