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.
38792: roachtest: add kv test to assert against range lookup regressions r=jeffrey-xiao a=jeffrey-xiao Adds two kv50 roachtests to detect regressions in the number of range lookups done in distsender. The two tests added are the following workloads: 1. Split workload: two workers splitting random ranges. 2. Relocate workload: four workers changing the replicas of a range to a random subset of nodes. These workloads consistently invalidate range descriptors stored in the range descriptor cache. Release note: None Co-authored-by: Jeffrey Xiao <[email protected]>
- Loading branch information
Showing
3 changed files
with
224 additions
and
26 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