ClickHouse/tests/integration/test_backup_restore_on_cluster
Smita Kulkarni 93530e8d34 Added settings to disallow concurrent backups and restores
Implementation:
* Added server level settings to disallow concurrent backups and restores, which are read and set when BackupWorker is created in Context.
* Settings are set to true by default.
* Before starting backup or restores, added a check to see if any other backups/restores are running (except internal ones).
Testing:
* Added a test test_backup_and_restore_on_cluster/test_disallow_concurrency.
2023-01-09 18:14:39 +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 Fix black. 2022-09-08 20:58:51 +02:00
test_disallow_concurrency.py Added settings to disallow concurrent backups and restores 2023-01-09 18:14:39 +01:00
test.py Implement referential dependencies for table engine "Distributed" 2022-12-13 11:09:42 +01:00