Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
roachtest: bump split boundaries to prevent flakes
The load based splitting behavior was changed in cockroachdb#103690 to always find a real key to split at, rather than use sampled response spans as split points. This behavior change affected the number of splits in `split/load` roachtests. Update the min and max boundaries for various `split/load` roachtests to conform to the new expected behavior. Fixes: cockroachdb#103691 Fixes: cockroachdb#103935 Resolves: cockroachdb#103872 Release note: None
- Loading branch information