Skip to content

Commit 2acb58f

Browse files
authored
Merge pull request #153712 from cockroachdb/blathers/backport-release-25.3-153685
release-25.3: roachtest: deflake splits/load/uniform/nodes=3/obj=cpu
2 parents e38a1f3 + d6dcf6d commit 2acb58f

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

0 commit comments

Comments
 (0)