-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
release-23.2: roachtest: port import/mixed-versions to the new framework #113630
Conversation
There are some minor differences: - we no longer install fixtures (which weren't used anyway) - we'll probably run the IMPORT multiple times throughout the test run. Release note: None
9f2d988
to
f41df02
Compare
e57f74b
to
39855f7
Compare
Thanks for opening a backport. Please check the backport criteria before merging:
If your backport adds new functionality, please ensure that the following additional criteria are satisfied:
Also, please add a brief release justification to the body of your PR to justify this |
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.
FWIW, we can (should?) also backport this to 23.1.
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!
Backport 1/1 commits from #113546 on behalf of @yuzefovich.
/cc @cockroachdb/release
Fixes: #110529.
Release note: None
Release justification: test-only change.