Skip to content

Commit

Permalink
Merge #118830
Browse files Browse the repository at this point in the history
118830: multitenant: upgrade min supported version for 24.1 r=stevendanna a=ajstorm

Fix the multitenant-upgrade roachtest by upgrading the min supported version for 24.1 to 23.1. We could probably do something smarter to ensure that we don't need to update this in every release, but making this quick change now to prevent the test from continually failing.

Release note: None

Fixes: #118213

Co-authored-by: Adam Storm <storm@cockroachlabs.com>
  • Loading branch information
craig[bot] and ajstorm committed Feb 8, 2024
2 parents 049d54d + 3f79e19 commit bf5ffc4
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 @@ -79,7 +79,7 @@ func runMultiTenantUpgrade(
// Update this map with every new release.
versionToMinSupportedVersion := map[string]string{
"23.2": "23.1",
"24.1": "23.1",
"24.1": "23.2",
}
curBinaryMajorAndMinorVersion := getMajorAndMinorVersionOnly(v)
currentBinaryMinSupportedVersion, ok := versionToMinSupportedVersion[curBinaryMajorAndMinorVersion]
Expand Down

0 comments on commit bf5ffc4

Please sign in to comment.