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.
35667: intentresolver: fix test flake due to timing of batches r=ajwerner a=ajwerner Before this change we'd assume that two requests addressed to the same range would end up in the same batch. This patch adopts the more flexible logic introduced in cockroachdb#35273 to resolve similar test flakes in TestCleanupIntents. This new infrastructure behaves correctly when batches are sent due to time with less batching than the test assumed. Fixes cockroachdb#35340. Release note: None Co-authored-by: Andrew Werner <[email protected]>
- Loading branch information
Showing
1 changed file
with
20 additions
and
15 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