mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 16:12:01 +00:00
93530e8d34
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. |
||
---|---|---|
.. | ||
configs | ||
__init__.py | ||
test_concurrency.py | ||
test_disallow_concurrency.py | ||
test.py |