Fix test_parallel_replicas_invisible_parts

This commit is contained in:
Nikita Taranov 2024-01-22 17:52:13 +01:00 committed by GitHub
parent 7cd53c8f0d
commit 704e5ac883
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -56,6 +56,8 @@ def _create_tables(table_name, table_size, index_granularity):
"""
)
nodes[0].query(f"SYSTEM SYNC REPLICA ON CLUSTER {cluster_name} {table_name}")
nodes[0].query(f"SYSTEM STOP FETCHES ON CLUSTER {cluster_name} {table_name}")
for node in nodes: