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.
95023: backupccl: cleanup tests that relied on restoring unsupported backup fixtures r=msbutler a=adityamaru As outlined in https://www.cockroachlabs.com/docs/v22.2/restoring-backups-across-versions.html, we do not support restoring backups older than the minimum supported binary version of the cluster. For 23.1 this minimum supported binary version is going to be 22.2. This patch deletes or modifies existing tests that relied on backup fixtures outside our minimum restoreable version. Some of the tests that exercised restores of exceptional backups that could only be generated on pre-22.2 clusters have been deleted since users will have to restore those backups into 22.2, and take another backup on 22.2 before restoring into 23.1. A follow up will enforce the minimum restoreable version during restore job execution. Informs: cockroachdb#94295 Co-authored-by: adityamaru <[email protected]>
- Loading branch information
Showing
1,004 changed files
with
428 additions
and
1,501 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
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
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
Oops, something went wrong.