-
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
backupccl: remove old backup/restore syntax from test suite #90620
Labels
C-enhancement
Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
T-disaster-recovery
Comments
msbutler
added
C-enhancement
Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
T-disaster-recovery
labels
Oct 25, 2022
cc @cockroachdb/disaster-recovery |
msbutler
added a commit
to msbutler/cockroach
that referenced
this issue
Oct 27, 2022
Informs cockroachdb#90620 This patch updates the backupAndRestore test helper to: - use the new backup/restore syntax - removes an unecessary test cluster spin up - simplifies a bunch of logic around external storage format - adds an incremental backup With this patch, our TestCloudBackupRestore* tests will now exercise the required external storage calls (e.g. listing) for the new backup directory structure. Release note: none
craig bot
pushed a commit
that referenced
this issue
Nov 1, 2022
90621: backupccl: update backupAndRestore test helper r=adityamaru a=msbutler Informs #90620 This patch updates the backupAndRestore test helper to: - use the new backup/restore syntax - removes an unecessary test cluster spin up - simplifies a bunch of logic around external storage format - adds an incremental backup With this patch, our TestCloudBackupRestore* tests will now exercise the required external storage calls (e.g. listing) for the new backup directory structure. Release note: None Co-authored-by: Michael Butler <[email protected]>
We have marked this issue as stale because it has been inactive for |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
C-enhancement
Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
T-disaster-recovery
Many tests invoke the old backup/restore syntax. These tests need to be updated to use the new syntax before we delete old syntax logic from the codebase.
Jira issue: CRDB-20863
The text was updated successfully, but these errors were encountered: