Skip to content

Commit 061f5cc

Browse files
committed
roachtest: relax split test
We can see more splits than the test expected. Closes #156261. Epic: none
1 parent 1d500d0 commit 061f5cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cmd/roachtest/tests/split.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ func registerLoadSplits(r registry.Registry) {
359359
// The number of splits should be similar to YCSB/A.
360360
cpuThreshold: 100 * time.Millisecond, // 1/10th of a CPU per second.
361361
minimumRanges: 15,
362-
maximumRanges: 40,
362+
maximumRanges: 60, // see #156261
363363
initialRangeCount: 2,
364364
load: ycsbSplitLoad{
365365
workload: "b",

0 commit comments

Comments
 (0)