fix container_creation_retry #166

Merged
fyrchik merged 1 commit from EliChin/xk6-frostfs:fix/container_creation_retry into master 2024-08-30 13:51:19 +00:00
Showing only changes of commit f539da7d89 - Show all commits

View file

@ -88,7 +88,7 @@ def create_container(endpoint, policy, container_creation_retry, wallet_path, co
return cid
log(f"Created container {cid} is not stored on {endpoint}, creating another one...", endpoint)
return create_container(endpoint, policy, wallet_path, config, acl, local, retry + 1)
return create_container(endpoint, policy, container_creation_retry, wallet_path, config, acl, local, retry + 1)
def upload_object(container, payload_filepath, endpoint, wallet_file, wallet_config):