From fd417c84ef532fccbc01fa040b11c94668dd086d Mon Sep 17 00:00:00 2001 From: Arthur Passos Date: Fri, 1 Sep 2023 13:41:12 -0300 Subject: [PATCH] resolve might return proxy2 in some cases, account for that --- tests/integration/helpers/s3_url_proxy_tests_util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/helpers/s3_url_proxy_tests_util.py b/tests/integration/helpers/s3_url_proxy_tests_util.py index f86620ddcea..9059fda08ae 100644 --- a/tests/integration/helpers/s3_url_proxy_tests_util.py +++ b/tests/integration/helpers/s3_url_proxy_tests_util.py @@ -30,7 +30,7 @@ def wait_resolver(cluster): ], nothrow=True, ) - if response == "proxy1": + if response == "proxy1" or response == "proxy2": return time.sleep(i) else: