Skip to content

Commit 86ab5dc

Browse files
Merge pull request #153153 from tbg/blathers/backport-release-25.3-153142
release-25.3: roachtest: deflake splits/load/ycsb/d/nodes=3/obj=cpu
2 parents 1fc47a9 + f9b562e commit 86ab5dc

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
@@ -384,8 +384,10 @@ func registerLoadSplits(r registry.Registry) {
384384
// YCSB/D has a latest distribution i.e. moving hotkey. The inserts are
385385
// hashed - this will lead to many hotspots over the keyspace that
386386
// move. Expect a few less splits than A and B.
387-
minimumRanges: 15,
388-
maximumRanges: 30,
387+
minimumRanges: 15,
388+
// We never see 60 splits here, but we've seen as high as 36 and are
389+
// tired of flakes related to a strict limit here.
390+
maximumRanges: 60,
389391
initialRangeCount: 2,
390392
load: ycsbSplitLoad{
391393
workload: "d",

0 commit comments

Comments
 (0)