Skip to content

Commit

Permalink
Merge #42730
Browse files Browse the repository at this point in the history
42730: roachtest: update predecessor version map for 19.2.1 and 2.1.9 r=lucy-zhang a=lucy-zhang

This PR updates the predecessor version map for roachtests: 19.2.0 has been bumped to 19.2.1, and 2.1.8 has been bumped to 2.1.9.

Release note: None

Co-authored-by: Lucy Zhang <lucy-zhang@users.noreply.github.com>
  • Loading branch information
craig[bot] and lucy-zhang committed Dec 2, 2019
2 parents b299226 + 04d0067 commit 28ef9e1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkg/cmd/roachtest/test_runner.go
Original file line number Diff line number Diff line change
Expand Up @@ -1046,10 +1046,10 @@ func PredecessorVersion(buildVersion version.Version) (string, error) {
buildVersionMajorMinor := fmt.Sprintf("%d.%d", buildVersion.Major(), buildVersion.Minor())

verMap := map[string]string{
"20.1": "19.2.0",
"20.1": "19.2.1",
"19.2": "19.1.5",
"19.1": "2.1.8",
"2.2": "2.1.8",
"19.1": "2.1.9",
"2.2": "2.1.9",
"2.1": "2.0.7",
}
v, ok := verMap[buildVersionMajorMinor]
Expand Down

0 comments on commit 28ef9e1

Please sign in to comment.