mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
Add flushing logs
This commit is contained in:
parent
8f5d0c0cd4
commit
b98d54cdf3
@ -67,6 +67,8 @@ def test_mutate_and_upgrade(start_cluster):
|
||||
|
||||
node2.query("DETACH TABLE mt") # stop being leader
|
||||
node1.query("DETACH TABLE mt") # stop being leader
|
||||
node1.query("SYSTEM FLUSH LOGS")
|
||||
node2.query("SYSTEM FLUSH LOGS")
|
||||
node1.restart_with_latest_version(signal=9, fix_metadata=True)
|
||||
node2.restart_with_latest_version(signal=9, fix_metadata=True)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user