We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b97d3b3 commit 097f408Copy full SHA for 097f408
pkg/cmd/roachtest/tests/split.go
@@ -362,7 +362,7 @@ func registerLoadSplits(r registry.Registry) {
362
// The number of splits should be similar to YCSB/A.
363
cpuThreshold: 100 * time.Millisecond, // 1/10th of a CPU per second.
364
minimumRanges: 15,
365
- maximumRanges: 40,
+ maximumRanges: 60, // see #156261
366
initialRangeCount: 2,
367
load: ycsbSplitLoad{
368
workload: "b",
0 commit comments