Skip to content

Commit

Permalink
roachtest: add MinVersion to scrub tests
Browse files Browse the repository at this point in the history
The `scrub` tests have been passing on master, but failing on 2.1 because there
was a bug (fixed in #32908).

Release note: None
  • Loading branch information
lucy-zhang committed Jan 8, 2019
1 parent f3eed4a commit 6a295c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/cmd/roachtest/scrub.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,5 +88,6 @@ func makeScrubTPCCTest(
Duration: length,
})
},
MinVersion: "v2.2.0",
}
}

0 comments on commit 6a295c8

Please sign in to comment.