ClickHouse/tests/integration/test_backup_restore_on_cluster
Smita Kulkarni 310ae62d90 Updated backup/restore status when concurrent backups & restores are not allowed
Implementation:
* Moved concurrent backup/restore check inside try-catch block which sets the status so that other nodes in cluster are aware of failures.
* Renamed backup_uuid to restore_uuid in RestoreSettings.
Testing:
* Updated test test_backup_and_restore_on_cluster/test_disallow_concurrency to check for specific backup/restore id.
2023-01-22 19:01:09 +01:00
..
configs Added settings to disallow concurrent backups and restores 2023-01-09 18:14:39 +01:00
__init__.py Implement BACKUP/RESTORE ON CLUSTER. 2022-04-25 16:34:33 +02:00
test_concurrency.py Add test. 2023-01-17 13:11:24 +01:00
test_disallow_concurrency.py Updated backup/restore status when concurrent backups & restores are not allowed 2023-01-22 19:01:09 +01:00
test.py Implement referential dependencies for table engine "Distributed" 2022-12-13 11:09:42 +01:00