mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
Fxi
This commit is contained in:
parent
467ecf45e1
commit
5bc9a98aab
@ -111,6 +111,10 @@ def test_upgrade_while_mutation(start_cluster):
|
||||
node3.query("ALTER TABLE mt1 DELETE WHERE id % 2 == 0")
|
||||
|
||||
node3.query("DETACH TABLE mt1") # stop being leader
|
||||
# Flush logs before restart to avoid trash from system tables which are on daatbase ordindary
|
||||
# (We could be in process of creating some system table, which will leave empty directory on restart,
|
||||
# so when we start moving system tables from ordinary to atomic db, it will complain about some undeleted files)
|
||||
node3.query("SYSTEM FLUSH LOGS")
|
||||
node3.restart_with_latest_version(signal=9, fix_metadata=True)
|
||||
|
||||
# checks for readonly
|
||||
|
Loading…
Reference in New Issue
Block a user