Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
51685: roachtest: bump MinVersion for decommission/mixed-versions r=irfansharif a=irfansharif

Noticed it debugging cockroachdb#51535, it was written to target 20.2 code so
should reflect as much.

Release note: None

Co-authored-by: irfan sharif <[email protected]>
  • Loading branch information
craig[bot] and irfansharif committed Jul 24, 2020
2 parents bfa6307 + 5dffed4 commit 655f2b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cmd/roachtest/mixed_version_decommission.go
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ func registerDecommissionMixedVersion(r *testRegistry) {
r.Add(testSpec{
Name: "decommission/mixed-versions",
Owner: OwnerKV,
MinVersion: "v20.1.0",
MinVersion: "v20.2.0",
Cluster: makeClusterSpec(4),
Run: func(ctx context.Context, t *test, c *cluster) {
runDecommissionMixedVersions(ctx, t, c, r.buildVersion)
Expand Down

0 comments on commit 655f2b9

Please sign in to comment.