We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3a4bb3a + 8c61570 commit a2c404aCopy full SHA for a2c404a
pkg/cmd/roachtest/tests/split.go
@@ -382,8 +382,10 @@ func registerLoadSplits(r registry.Registry) {
382
// YCSB/D has a latest distribution i.e. moving hotkey. The inserts are
383
// hashed - this will lead to many hotspots over the keyspace that
384
// move. Expect a few less splits than A and B.
385
- minimumRanges: 15,
386
- maximumRanges: 30,
+ minimumRanges: 15,
+ // 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,
389
initialRangeCount: 2,
390
load: ycsbSplitLoad{
391
workload: "d",
0 commit comments