Update test.py

This commit is contained in:
Kseniia Sumarokova 2023-10-17 11:35:15 +02:00 committed by GitHub
parent c31299d86c
commit c220cc65d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -762,6 +762,7 @@ VALUES (1, (SELECT array_to_string(ARRAY(SELECT chr((100 + round(random() * 25))
def test_replica_consumer(started_cluster):
table = "test_replica_consumer"
pg_manager_instance2.restart()
for pm in [pg_manager, pg_manager_instance2]:
pm.create_and_fill_postgres_table(table)