Skip to content

Commit

Permalink
roachtest: update version map for 20.1.6 and create fixtures
Browse files Browse the repository at this point in the history
This commit updates the PredecessorVersion to 20.1.6 and updates
fixtures.

Release note: None
  • Loading branch information
arulajmani committed Sep 26, 2020
1 parent b6aa84a commit 8eca6de
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
Binary file modified pkg/cmd/roachtest/fixtures/1/checkpoint-v20.1.tgz
Binary file not shown.
Binary file modified pkg/cmd/roachtest/fixtures/2/checkpoint-v20.1.tgz
Binary file not shown.
Binary file modified pkg/cmd/roachtest/fixtures/3/checkpoint-v20.1.tgz
Binary file not shown.
Binary file modified pkg/cmd/roachtest/fixtures/4/checkpoint-v20.1.tgz
Binary file not shown.
2 changes: 1 addition & 1 deletion pkg/cmd/roachtest/test_runner.go
Original file line number Diff line number Diff line change
Expand Up @@ -1159,7 +1159,7 @@ func PredecessorVersion(buildVersion version.Version) (string, error) {
// (see runVersionUpgrade). The same is true for adding a new key to this
// map.
verMap := map[string]string{
"20.2": "20.1.4",
"20.2": "20.1.6",
"20.1": "19.2.9",
"19.2": "19.1.11",
"19.1": "2.1.9",
Expand Down

0 comments on commit 8eca6de

Please sign in to comment.