-
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.
98512: requestbatcher: deflake TestBatchTimeout r=nvanbenschoten a=nvanbenschoten Fixes #97832. This commit deflakes `TestBatchTimeout/WithTimeoutAndPagination`. The test was setting an aggressive MaxTimeout and then not handling all cases where the timeout could fire. Luckily, the test did not ever actually want the timeout to fire, so we can deflake it by simply setting a large (but non-zero) MaxTimeout. This still allows us to assert that time timeout is applied across all sub-batches in a paginated request. Release note: None Co-authored-by: Nathan VanBenschoten <[email protected]>
- Loading branch information
Showing
1 changed file
with
11 additions
and
8 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