Skip to content

Commit 63b8d8d

Browse files
authored
Merge pull request ClickHouse#77433 from ClickHouse/fix-s3-zero-copy-test
Add CREATE TABLE retries in `test_replicated_merge_tree_s3_zero_copy`
2 parents 368ede6 + 48a2901 commit 63b8d8d

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)