-
Notifications
You must be signed in to change notification settings - Fork 3.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
roachtest: update version map and test fixtures for 21.2 #64610
roachtest: update version map and test fixtures for 21.2 #64610
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! Feel free to close out all the linked issues once merged (or link to them in the commit message here to have it done for you).
@irfansharif TFTR! Will |
c94ac83
to
4fed62a
Compare
4fed62a
to
747e58e
Compare
I see the fixtures are |
v21.1.0-beta.5 unfortunately self-identifies as 20.2-48, i.e. it doesn't have the 20.2.0 cluster version yet. Unfortunately there also isn't a newer released version that has the correct cluster version. So we're looking at hacking it, I'll give that a shot. |
747e58e
to
22a1450
Compare
Unfortunately, the latest 21.1 prerelease available (beta.5) has an incorrect cluster version (20.2-48 instead of 21.1), so the created fixtures identify as 20.2-48. We need to regenerate these fixtures once we bump the min supported version: https://github.com/cockroachdb/cockroach/blob/684e753c15f3fc58df79b6ea70e7b6715eae4835/pkg/clusterversion/cockroach_versions.go#L567 which we will eventually do. Since we bump the fixtures on the major release, this should happen in due time. Release note: None
22a1450
to
debd06a
Compare
I updated this PR by renaming the 20.2-48 fixture to 21.1. This should work until we bump the MinSupportedVersion, which we should only do when 21.1.0 is out the door (and at which point the fixtures have been regenerated). |
bors r+ |
Build succeeded: |
This test should pass again, now that cockroachdb#64610 is in. Release note: None
TY @tbg and @irfansharif for helping get this across the line. |
Fixes #64595.
Fixes #64594.
Fixes #64537.
Fixes #64525.
Fixes #64596.
Fixes #58237.
Fixes #64603.
Fixes #64611.
Fixes #64210.
Fixes #64618.
Release note: None