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.
test_replicated_merge_tree_s3_zero_copy
1 parent 93897bc commit 1044d1dCopy full SHA for 1044d1d
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