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 346ded6 + 061f5cc commit 1fa6e35Copy full SHA for 1fa6e35
pkg/cmd/roachtest/tests/split.go
@@ -359,7 +359,7 @@ func registerLoadSplits(r registry.Registry) {
359
// The number of splits should be similar to YCSB/A.
360
cpuThreshold: 100 * time.Millisecond, // 1/10th of a CPU per second.
361
minimumRanges: 15,
362
- maximumRanges: 40,
+ maximumRanges: 60, // see #156261
363
initialRangeCount: 2,
364
load: ycsbSplitLoad{
365
workload: "b",
0 commit comments