Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
128963: roachtest: add 24.3 min version to multitenant-upgrade r=kev-cao a=msbutler

As an aside, we should sunset this test in favor of one that uses the new mixed version framework, but lets do that once the PCR test has landed.

Fixes cockroachdb#128950

Release note: none

Co-authored-by: Michael Butler <[email protected]>
  • Loading branch information
craig[bot] and msbutler committed Aug 14, 2024
2 parents ac2d86d + 3489e33 commit aa21162
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cmd/roachtest/tests/multitenant_upgrade.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ func runMultiTenantUpgrade(
versionToMinSupportedVersion := map[string]string{
"23.2": "23.1",
"24.1": "23.2",
// TODO: test out version skipping, since it is available internally.
"24.2": "24.1",
"24.3": "24.1",
}
curBinaryMajorAndMinorVersion := getMajorAndMinorVersionOnly(v)
currentBinaryMinSupportedVersion, ok := versionToMinSupportedVersion[curBinaryMajorAndMinorVersion]
Expand Down

0 comments on commit aa21162

Please sign in to comment.