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.
109343: streamingccl: attempt to deflake TestStreamDeleteRange r=dt a=stevendanna Previously, we re-enabled this test, understanding that this test could flake if we happened to hit something that caused us to see the range feeds during a catchup scan rather than as part of the caught up range feed. Here, we add code to normalize the representation of the delete ranges. We also improve the consumer code to ensure that we are always looking at a complete set of range feed updates. Possibly Fixes cockroachdb#109312 Epic: none Release note: None Co-authored-by: Steven Danna <[email protected]>
- Loading branch information
Showing
5 changed files
with
140 additions
and
81 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