mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 08:02:02 +00:00
Merge pull request #46242 from ClickHouse/tavplubix-patch-5
Make `test_replicated_merge_tree_s3_restore` less flaky
This commit is contained in:
commit
5d7579d91f
@ -251,7 +251,7 @@ def test_restore_another_bucket_path(cluster, db_atomic, zero_copy):
|
||||
node_another_bucket = cluster.instances["node_another_bucket"]
|
||||
|
||||
create_restore_file(node_another_bucket, bucket="root")
|
||||
node_another_bucket.restart_clickhouse()
|
||||
node_another_bucket.restart_clickhouse(stop_start_wait_sec=120)
|
||||
create_table(
|
||||
node_another_bucket, "test", schema, attach=True, db_atomic=db_atomic, uuid=uuid
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user