Skip to content

Commit 1044d1d

Browse files
committed
Add CREATE TABLE retries in test_replicated_merge_tree_s3_zero_copy
1 parent 93897bc commit 1044d1d

File tree

1 file changed

+1
-1
lines changed
  • tests/integration/test_replicated_merge_tree_s3_zero_copy

1 file changed

+1
-1
lines changed

tests/integration/test_replicated_merge_tree_s3_zero_copy/test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ def create_table(cluster, additional_settings=None):
9393
create_table_statement += ","
9494
create_table_statement += additional_settings
9595

96-
list(cluster.instances.values())[0].query(create_table_statement)
96+
list(cluster.instances.values())[0].query_with_retry(create_table_statement)
9797

9898

9999
@pytest.fixture(autouse=True)

0 commit comments

Comments
 (0)