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