Skip to content

Commit

Permalink
Merge #39278
Browse files Browse the repository at this point in the history
39278: roachtest: deflake splits/load/sequential/nodes=3 r=tbg a=nvanbenschoten

Fixes #39259.

Release note: None

Co-authored-by: Nathan VanBenschoten <[email protected]>
  • Loading branch information
craig[bot] and nvanbenschoten committed Aug 3, 2019
2 parents a4f8cab + 9a17ac8 commit 4bc081b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkg/cmd/roachtest/split.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,9 @@ func registerLoadSplits(r *testRegistry) {
qpsThreshold: 100, // 100 queries per second
minimumRanges: 1, // We expect no splits so require only 1 range.
// We expect no splits so require only 1 range. However, in practice we
// sometimes see a split early in, presumably when the sampling gets
// lucky.
maximumRanges: 2,
// sometimes see a split or two early in, presumably when the sampling
// gets lucky.
maximumRanges: 3,
sequential: true,
waitDuration: 60 * time.Second,
})
Expand Down

0 comments on commit 4bc081b

Please sign in to comment.