-
Notifications
You must be signed in to change notification settings - Fork 34
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
TMP: test scylla backup api #4111
base: master
Are you sure you want to change the base?
Conversation
@Michal-Leszczynski what is the status of this PR ? |
From the looks of it, all backup tests not related to pause/resume passed. On the other hand, restore tests (which also use backup) failed. The implementation is still WIP, but it shouldn't take much time to finish it. I plan to do it after taking care of the remaining 3.4.1 items. |
6d4ae23
to
a2a02ef
Compare
For Scylla to access object storage, it needs to be configured in the 'object_storage.yaml' config file.
agent_job_id is a number while scylla_task_id is a string, so we need a new column with different type. Separate column also makes it possible to check which API was used for performing backup/restore.
s: test tmp: set Scylla task TTL before tests
9d9e3a2
to
05b616f
Compare
No description provided.