- Notifications
You must be signed in to change notification settings - Fork907
Commit6e1ba75
authored
chore: retry failed race tests in CI (#17846)
This PR enables retrying failed tests in the race suites unless a datarace was detected. The goal is to reduce how often flakes disruptdevelopers' workflows.I bumped gotestsum to a revision from the `main` branch because itincludes the `--rerun-fails-abort-on-data-race` flag which [I recentlycontributed](gotestyourself/gotestsum#497).Incidentally, you can see it [in action in a CI job on this veryPR](https://github.com/coder/coder/actions/runs/15040840724/job/42271999592?pr=17846#step:8:647).1 parent2aa8cbe commit6e1ba75
2 files changed
+3
-3
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
42 | 42 |
| |
43 | 43 |
| |
44 | 44 |
| |
45 |
| - | |
| 45 | + | |
46 | 46 |
| |
47 | 47 |
| |
48 | 48 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
613 | 613 |
| |
614 | 614 |
| |
615 | 615 |
| |
616 |
| - | |
| 616 | + | |
617 | 617 |
| |
618 | 618 |
| |
619 | 619 |
| |
| |||
665 | 665 |
| |
666 | 666 |
| |
667 | 667 |
| |
668 |
| - | |
| 668 | + | |
669 | 669 |
| |
670 | 670 |
| |
671 | 671 |
| |
|
0 commit comments
Comments
(0)