Skip to content

Commit 537e15c

Browse files
authored
Merge pull request #153709 from cockroachdb/blathers/backport-release-24.1-153685
release-24.1: roachtest: deflake splits/load/uniform/nodes=3/obj=cpu
2 parents a222d52 + 6ee56ae commit 537e15c

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)