Update test.py

This commit is contained in:
alesapin 2020-09-26 11:47:26 +03:00 committed by GitHub
parent 35ab3657c3
commit d1bb6b6555
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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