Skip to content

Commit 097f408

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

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
@@ -362,7 +362,7 @@ func registerLoadSplits(r registry.Registry) {
362362
// The number of splits should be similar to YCSB/A.
363363
cpuThreshold: 100 * time.Millisecond, // 1/10th of a CPU per second.
364364
minimumRanges: 15,
365-
maximumRanges: 40,
365+
maximumRanges: 60, // see #156261
366366
initialRangeCount: 2,
367367
load: ycsbSplitLoad{
368368
workload: "b",

0 commit comments

Comments
 (0)