Skip to content

Commit 390f231

Browse files
craig[bot]pav-kv
andcommitted
Merge #154514
154514: roachtest: lower the min number of splits r=arulajmani a=pav-kv Fixes #154348 Co-authored-by: Pavel Kalinnikov <[email protected]>
2 parents 52aaf2e + a6ffe9c commit 390f231

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/cmd/roachtest/tests/split.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -335,9 +335,9 @@ func registerLoadSplits(r registry.Registry) {
335335
maxSize: 10 << 30, // 10 GB
336336
cpuThreshold: 100 * time.Millisecond, // 1/10th of a CPU per second.
337337
// YCSB/A has a zipfian distribution with 50% inserts and 50% updates.
338-
// The number of splits should be between 18-38 after 10 minutes with
338+
// The number of splits should be between 15-38 after 10 minutes with
339339
// 100ms threshold on 8vCPU machines.
340-
minimumRanges: 18,
340+
minimumRanges: 17,
341341
maximumRanges: 40,
342342
initialRangeCount: 2,
343343
load: ycsbSplitLoad{

0 commit comments

Comments
 (0)