From a7087b6851b238996fc286953212ecbf95648de3 Mon Sep 17 00:00:00 2001 From: Celia La Date: Wed, 9 Feb 2022 14:43:35 -0800 Subject: [PATCH] roachtest: update 21.1 version map to v20.2.19 Release note: None --- pkg/cmd/roachtest/test_runner.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/cmd/roachtest/test_runner.go b/pkg/cmd/roachtest/test_runner.go index fb0b61777628..03ab97cba3af 100644 --- a/pkg/cmd/roachtest/test_runner.go +++ b/pkg/cmd/roachtest/test_runner.go @@ -1219,7 +1219,7 @@ func PredecessorVersion(buildVersion version.Version) (string, error) { // checkpoint option enabled to create the missing store directory // fixture (see runVersionUpgrade). verMap := map[string]string{ - "21.1": "20.2.18", + "21.1": "20.2.19", "20.2": "20.1.13", "20.1": "19.2.11", "19.2": "19.1.11",