-
Notifications
You must be signed in to change notification settings - Fork 223
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: fix NO_RACE + CI re-run on timeouts or fails of known flakes (#1304)
* fix script * fix * suggested for ci: re-run tests if failures are flakes (#1305) * suggested ci improvement: re-run tests if failures are flakes * remove flake indicators * bash * add more flakes * fix bash * fix * add flake * sort
- Loading branch information
Showing
6 changed files
with
44 additions
and
14 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
TestClientCancelWebsocket | ||
TestExpDecaySampleNanosecondRegression | ||
TestGolangBindings | ||
TestMempoolEthTxsAppGossipHandling | ||
TestTransactionSkipIndexing | ||
TestVMShutdownWhileSyncing | ||
TestWalletNotifications | ||
TestWebsocketLargeRead |