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.
1 parent 8b1e1a9 commit c65123dCopy full SHA for c65123d
pkg/cmd/roachtest/tests/split.go
@@ -385,8 +385,10 @@ func registerLoadSplits(r registry.Registry) {
385
// YCSB/D has a latest distribution i.e. moving hotkey. The inserts are
386
// hashed - this will lead to many hotspots over the keyspace that
387
// move. Expect a few less splits than A and B.
388
- minimumRanges: 15,
389
- maximumRanges: 30,
+ minimumRanges: 15,
+ // 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,
392
initialRangeCount: 2,
393
load: ycsbSplitLoad{
394
workload: "d",
0 commit comments