Skip to content

Commit 1c679b2

Browse files
authored
Merge pull request #153711 from cockroachdb/blathers/backport-release-25.2-153685
release-25.2: roachtest: deflake splits/load/uniform/nodes=3/obj=cpu
2 parents 478b50d + fcc24f1 commit 1c679b2

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

0 commit comments

Comments
 (0)