未验证 提交 d1bb6b65 编写于 作者: A alesapin 提交者: GitHub

Update test.py

上级 35ab3657
......@@ -40,7 +40,7 @@ def cluster():
def check_proxy_logs(cluster, proxy_instance, http_methods={"POST", "PUT", "GET", "DELETE"}):
for i in range(10):
logs = cluster.get_container_logs(proxy_instance)
# Check that all possible interactions with Minio are present
# Check with retry that all possible interactions with Minio are present
for http_method in http_methods:
if logs.find(http_method + " http://minio1") >= 0:
return
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册