[Findit] change the way to get culprits for a flake after bug and culprit are 1 to 1 match |
|
Issue descriptionBackground: We want to display bugs of a flake and culprits the flake analyzer has found for that flake on the flake occurrence page. Current implementation: Currently using the bug_id saved in a flake (idea is to file a bug for each flake) to query all the flake analyses, and get all culprits from the analyses. Expected changes: after we change to maintain a bug for each culprit, we can directly query culprits using the bug_id(s) from a flake, no need to query flake analyses any more. |
|
►
Sign in to add a comment |
|
Comment 1 by chanli@chromium.org
, Oct 10