ClickHouse/tests/integration/test_backup_restore_on_cluster/configs
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
..
allow_database_types.xml Add test for Ordinary database. 2022-07-26 08:46:51 +02:00
backups_disk.xml Remove one line from XML, because we do not care 2022-08-28 02:44:02 +02:00
disallow_concurrency.xml Added settings to disallow concurrent backups and restores 2023-01-09 18:14:39 +01:00
lesser_timeouts.xml Increase the create table timeout in test "test_backup_restore_on_cluster". 2022-12-28 00:17:19 +01:00
remote_servers.xml Implement restoring to a bigger or smaller cluster. 2022-05-12 14:55:06 +02:00
replicated_access_storage.xml Add test for ReplicatedAccessStorage. 2022-06-19 14:14:41 +02:00