forked from cockroachdb/cockroach
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
113494: jobs: deflake TestRetriesWithExponentialBackoff r=adityamaru a=stevendanna This attempts to deflake TestRetriesWithExponentialBackoff. The majority of the problems with this test are the result of pause clearing the backoff state and thus needing to take a different path through most of this test. If this PR doesn't solve the flakes, I recommend that we just remove those two test cases and write a new test for them. The only reason I haven't done that here is that this test has revealed interesting job system behaviour in the past since it is so involved. See individual commits for more details. Fixes cockroachdb#112763 First two commits are form cockroachdb#113382 Co-authored-by: Steven Danna <[email protected]>
- Loading branch information
Showing
2 changed files
with
52 additions
and
9 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