Skip to content

Commit 42fc6e8

Browse files
craig[bot]iskettaneh
andcommitted
Merge #153685
153685: roachtest: deflake splits/load/uniform/nodes=3/obj=cpu r=iskettaneh a=iskettaneh Similar to what this commit did: #153142 Fixes: #153496 Release note: None Co-authored-by: Ibrahim Kettaneh <[email protected]>
2 parents 8c77aa7 + 084dda4 commit 42fc6e8

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)