We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 368ede6 + 48a2901 commit 63b8d8dCopy full SHA for 63b8d8d
tests/integration/test_replicated_merge_tree_s3_zero_copy/test.py
@@ -93,7 +93,7 @@ def create_table(cluster, additional_settings=None):
93
create_table_statement += ","
94
create_table_statement += additional_settings
95
96
- list(cluster.instances.values())[0].query(create_table_statement)
+ list(cluster.instances.values())[0].query_with_retry(create_table_statement)
97
98
99
@pytest.fixture(autouse=True)
0 commit comments