mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 23:52:03 +00:00
Update test.py
This commit is contained in:
parent
c31299d86c
commit
c220cc65d6
@ -762,6 +762,7 @@ VALUES (1, (SELECT array_to_string(ARRAY(SELECT chr((100 + round(random() * 25))
|
|||||||
|
|
||||||
def test_replica_consumer(started_cluster):
|
def test_replica_consumer(started_cluster):
|
||||||
table = "test_replica_consumer"
|
table = "test_replica_consumer"
|
||||||
|
pg_manager_instance2.restart()
|
||||||
|
|
||||||
for pm in [pg_manager, pg_manager_instance2]:
|
for pm in [pg_manager, pg_manager_instance2]:
|
||||||
pm.create_and_fill_postgres_table(table)
|
pm.create_and_fill_postgres_table(table)
|
||||||
|
Loading…
Reference in New Issue
Block a user