Skip to content

Commit c65123d

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

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

0 commit comments

Comments
 (0)