Skip to content

Commit 6ee56ae

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 979a6a5 commit 6ee56ae

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
@@ -204,9 +204,10 @@ func registerLoadSplits(r registry.Registry) {
204204
maxSize: 10 << 30, // 10 GB
205205
cpuThreshold: 100 * time.Millisecond, // 1/10th of a CPU per second.
206206
// There should be at least 13 splits, in practice there are on average
207-
// 20.
207+
// 20 we never see 60 splits here, but we've seen as high as 36 and don't
208+
// want to see flakes.
208209
minimumRanges: 14,
209-
maximumRanges: 25,
210+
maximumRanges: 60,
210211
load: kvSplitLoad{
211212
concurrency: 64, // 64 concurrent workers
212213
readPercent: 95, // 95% reads

0 commit comments

Comments
 (0)