Skip to content

Commit

Permalink
roachtest: bump max ranges threshold in splits/load/ycsb/e/nodes=3/ob…
Browse files Browse the repository at this point in the history
…j=cpu

Fixes cockroachdb#120163.

Avoids rare test flakes.

Release note: None
  • Loading branch information
nvanbenschoten authored and jasminejsun committed Mar 18, 2024
1 parent d14221d commit 361de73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cmd/roachtest/tests/split.go
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ func registerLoadSplits(r registry.Registry) {
// YCSB/E has a zipfian distribution with 95% scans (limit 1k) and 5%
// inserts.
minimumRanges: 5,
maximumRanges: 15,
maximumRanges: 18,
initialRangeCount: 2,
load: ycsbSplitLoad{
workload: "e",
Expand Down

0 comments on commit 361de73

Please sign in to comment.