Skip to content

Commit 084dda4

Browse files
committed
roachtest: deflake splits/load/uniform/nodes=3/obj=cpu
Similar to what this commit did: #153142 Fixes: #153496 Release note: None
1 parent e4db2dd commit 084dda4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pkg/cmd/roachtest/tests/split.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,9 +208,10 @@ func registerLoadSplits(r registry.Registry) {
208208
maxSize: 10 << 30, // 10 GB
209209
cpuThreshold: 100 * time.Millisecond, // 1/10th of a CPU per second.
210210
// There should be at least 13 splits, in practice there are on average
211-
// 20.
211+
// 20 we never see 60 splits here, but we've seen as high as 36 and don't
212+
// want to see flakes.
212213
minimumRanges: 14,
213-
maximumRanges: 25,
214+
maximumRanges: 60,
214215
load: kvSplitLoad{
215216
concurrency: 64, // 64 concurrent workers
216217
readPercent: 95, // 95% reads

0 commit comments

Comments
 (0)