mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 08:02:02 +00:00
Merge pull request #41898 from ClickHouse/fix-tests-sync-replica
Another sync replicas in test_recovery_replica
This commit is contained in:
commit
bd305960e7
@ -196,6 +196,7 @@ def test_update_metadata(start_cluster):
|
||||
|
||||
node1.query("ALTER TABLE update_metadata MODIFY COLUMN col1 String")
|
||||
node1.query("ALTER TABLE update_metadata ADD COLUMN col2 INT")
|
||||
node3.query("SYSTEM SYNC REPLICA update_metadata")
|
||||
for i in range(1, 11):
|
||||
node3.query(
|
||||
"INSERT INTO update_metadata VALUES ({}, '{}', {})".format(
|
||||
|
Loading…
Reference in New Issue
Block a user