mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
Stop merges to aviod a race between merge and freeze.
This commit is contained in:
parent
2892d447d4
commit
dc5009d401
@ -1618,6 +1618,8 @@ def test_rename(start_cluster):
|
||||
"""
|
||||
)
|
||||
|
||||
node1.query("SYSTEM STOP MERGES default.renaming_table")
|
||||
|
||||
for _ in range(5):
|
||||
data = []
|
||||
for i in range(10):
|
||||
|
Loading…
Reference in New Issue
Block a user