mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-25 17:12:03 +00:00
Really fixed test_multiple_disks::test_background_move
.
This commit is contained in:
parent
8154695aa2
commit
e9f5eefc8c
@ -493,7 +493,7 @@ def test_background_move(start_cluster, name, engine):
|
||||
SETTINGS storage_policy='moving_jbod_with_external'
|
||||
""".format(name=name, engine=engine))
|
||||
|
||||
node1.query(f"SYSTEM START MERGES {name}")
|
||||
node1.query(f"SYSTEM STOP MERGES {name}")
|
||||
|
||||
for i in range(5):
|
||||
data = [] # 5MB in total
|
||||
|
Loading…
Reference in New Issue
Block a user