-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[fix] Handle panics correctly in the flakey test runner (#10734)
- Previously we would run tests multiple times via the -count=N flag on the `go test` command. This worked well, except it didn't handle tests that panic'd correctly. In that case, the test would only get run once. To handle this correctly we instead run each test command multiple times, and tally failures across the multiple runs.
- Loading branch information
1 parent
c1dee6c
commit 7ca79f5
Showing
4 changed files
with
202 additions
and
112 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.