-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(restore_test): test restore pause/resume
This commit adds runPausedRestore function which allows to run restore which is going to be interrupted every specified interval. Pausing after some arbitrary amount of time might seem flaky, but we can't always rely on scyllaclient hooks for pausing restore, as we are biased to where we put them. This commit also alters runPausedRestore to include views in schema and the backup, so that it can test for #4037.
- Loading branch information
1 parent
93ec7db
commit 6d27036
Showing
3 changed files
with
214 additions
and
2 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