-
Notifications
You must be signed in to change notification settings - Fork 4.1k
ccl/schemachanger: avoid table restore flavors in mixed version #160344
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
Conversation
|
It looks like your PR touches production code but doesn't add or edit any test code. Did you consider adding tests to your PR? 🦉 Hoot! I am a Blathers, a bot for CockroachDB. My owner is dev-inf. |
rafiss
left a comment
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.
lgtm!
| }, func(t *testing.T, cs CumulativeTestCaseSpec) { | ||
| if backupArgs.isMultiRegion { | ||
| // Speed up the mixed version multiregion cases by excluding restores of individual | ||
| // tables in the mixed version state.. |
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.
nit: double period
Previously, the schema changer CCL backup / restore tests could timeout due to complex depth of coverage offered. To address this, this patch will avoid testing per-table restore flavors for multiregion and mixed version variants, so that fewer permutations are tested. Fixes: cockroachdb#160314 Fixes: cockroachdb#160275 Release note: None
0dbe5b5 to
70194cd
Compare
|
@rafiss TFTR! bors r+ |
|
Based on the specified backports for this PR, I applied new labels to the following linked issue(s). Please adjust the labels as needed to match the branches actually affected by the issue(s), including adding any known older branches. Issue #160314: branch-release-26.1. Issue #160275: branch-release-25.4, branch-release-26.1. 🦉 Hoot! I am a Blathers, a bot for CockroachDB. My owner is dev-inf. |
Previously, the schema changer CCL backup / restore tests could timeout due to complex depth of coverage offered. To address this, this patch will avoid testing per-table restore flavors for multiregion and mixed version variants, so that fewer permutations are tested.
Fixes: #160314
Fixes: #160275
Release note: None