attempt at showing the determined minio endpoint
Code Quality Pipeline / Check Code (pull_request) Failing after 2m48s

This commit is contained in:
brian
2024-12-19 22:18:58 +00:00
parent 1a3ee96932
commit d860b71b1a
@@ -1,5 +1,6 @@
"""Integration test configurations."""
import logging
import os
import random
from collections.abc import Iterator
@@ -50,6 +51,7 @@ def setup_infrastructure(request: pytest.FixtureRequest) -> None:
port=env_var_map['MINIO_ENDPOINT'].rsplit(':', maxsplit=1)[-1],
)
env_var_map['MINIO_ENDPOINT'] = f'{minio_host}:{minio_port}'
logging.error('MINIO_ENDPOINT: %s', env_var_map['MINIO_ENDPOINT'])
# ensure cleanup
def cleanup_infrastructure():