Skip to content

Commit a2c404a

Browse files
Merge pull request #153152 from tbg/blathers/backport-release-25.2-153142
release-25.2: roachtest: deflake splits/load/ycsb/d/nodes=3/obj=cpu
2 parents 3a4bb3a + 8c61570 commit a2c404a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pkg/cmd/roachtest/tests/split.go

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -382,8 +382,10 @@ func registerLoadSplits(r registry.Registry) {
382382
// YCSB/D has a latest distribution i.e. moving hotkey. The inserts are
383383
// hashed - this will lead to many hotspots over the keyspace that
384384
// move. Expect a few less splits than A and B.
385-
minimumRanges: 15,
386-
maximumRanges: 30,
385+
minimumRanges: 15,
386+
// We never see 60 splits here, but we've seen as high as 36 and are
387+
// tired of flakes related to a strict limit here.
388+
maximumRanges: 60,
387389
initialRangeCount: 2,
388390
load: ycsbSplitLoad{
389391
workload: "d",

0 commit comments

Comments
 (0)