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.
2 parents bafa080 + 09cd157 commit fb6a253Copy full SHA for fb6a253
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