mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 00:22:29 +00:00
Merge pull request #54191 from arthurpassos/fix_flaky_test_s3_storage_conf_proxy
Fix flaky test_s3_storage_conf_proxy
This commit is contained in:
commit
44bf743304
@ -30,7 +30,7 @@ def wait_resolver(cluster):
|
||||
],
|
||||
nothrow=True,
|
||||
)
|
||||
if response == "proxy1":
|
||||
if response == "proxy1" or response == "proxy2":
|
||||
return
|
||||
time.sleep(i)
|
||||
else:
|
||||
|
Loading…
Reference in New Issue
Block a user