-
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
upgrades,backupccl: audit mixed version and upgrade tests #100696
Conversation
This test has been rewritten to explicitly indicate what version the test cluster is being bootstrapped and upgraded to. Informs: cockroachdb#100552 Release note: None
can you refresh my memory why we use X_Start instead of X-1? |
|
The userfile descriptor corruption version gate can be safely deleted as all clusters upgrading to 23.1+ are guaranteed to have been upgraded to 22.2 prior to that. Informs: cockroachdb#100552 Release note: None
This version gate was for clusters that were not fully upgraded to 22.2. Clusters that upgrade to 23.1+ are guaranteed to have run this migration and so it is safe to delete. Informs: cockroachdb#100552 Release note: None
This change bumps the mixed version restore test to use the current minimum binary version instead of an older V22_2Start gate that will soon be deleted. Informs: cockroachdb#100552 Release note: None
fc8d68e
to
b2262e5
Compare
Ugh, we should get rid of that X-1 and just have it specify the V22_2 |
TFTR! bors r=dt |
Yeah that test should just always use binary min supported version |
This PR was included in a batch that timed out, it will be automatically retried |
Build succeeded: |
Encountered an error creating backports. Some common things that can go wrong:
You might need to create your backport manually using the backport tool. error creating merge commit from a570e41 to blathers/backport-release-23.1-100696: POST https://api.github.com/repos/cockroachdb/cockroach/merges: 409 Merge conflict [] you may need to manually resolve merge conflicts with the backport tool. Backport to branch 23.1.x failed. See errors above. 🦉 Hoot! I am a Blathers, a bot for CockroachDB. My owner is dev-inf. |
Please see individual commits.
Informs: #100552