-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
134698: roachtestutil: limit GetDiskUsageInBytes retries r=srosenberg a=DarrylWong Previously, this method would infinitely retry on non context cancelled errors. However, the disk usage runner uses a done channel to signal completion, rather than cancelling the context. This change limits the amount of retries attempted, so the runner can check the done channel and exit. Fixes: #134611 Epic: none Release note: none Co-authored-by: DarrylWong <[email protected]>
- Loading branch information
Showing
3 changed files
with
19 additions
and
32 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