add a explain comment to test

Signed-off-by: Duc Canh Le <duccanh.le@ahrefs.com>
This commit is contained in:
Duc Canh Le 2024-04-30 01:21:01 +00:00
parent 0bbc730d21
commit 9ac6720248

View File

@ -97,6 +97,7 @@ new_disk_config = """
def set_config(node, config):
node.replace_config("/etc/clickhouse-server/config.d/config.xml", config)
node.query("SYSTEM RELOAD CONFIG")
# to give ClickHouse time to refresh disks
time.sleep(1)