forked from cockroachdb/cockroach
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
80606: kvtenantccl: fix tenant upgrade test on new versions r=AlexTalks a=AlexTalks While previously we had the `TestTenantUpgradeFailure` tests using a mix of version references to `(min binary version, version-1, version)`, this test fixes an issue (uncovered by the attempt to move to a new version, 22.1.0) where we were referencing the version numbers incorrectly, and standardizes the usage with a set of common variables throughout the test. This allows us to avoid issues with `x.x.0` releases, as in this case we are using `(min, version, version+1)`. Release note: None Release Justification: Testing fix. Co-authored-by: Alex Sarkesian <[email protected]>
- Loading branch information
Showing
1 changed file
with
19 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters