Skip to content

Commit f9b562e

Browse files
committed
roachtest: deflake splits/load/ycsb/d/nodes=3/obj=cpu
Closes #153089. Epic: none
1 parent 1fc47a9 commit f9b562e

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)