attempt at showing the determined minio endpoint
Code Quality Pipeline / Check Code (pull_request) Failing after 2m48s
Code Quality Pipeline / Check Code (pull_request) Failing after 2m48s
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
"""Integration test configurations."""
|
"""Integration test configurations."""
|
||||||
|
|
||||||
|
import logging
|
||||||
import os
|
import os
|
||||||
import random
|
import random
|
||||||
from collections.abc import Iterator
|
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],
|
port=env_var_map['MINIO_ENDPOINT'].rsplit(':', maxsplit=1)[-1],
|
||||||
)
|
)
|
||||||
env_var_map['MINIO_ENDPOINT'] = f'{minio_host}:{minio_port}'
|
env_var_map['MINIO_ENDPOINT'] = f'{minio_host}:{minio_port}'
|
||||||
|
logging.error('MINIO_ENDPOINT: %s', env_var_map['MINIO_ENDPOINT'])
|
||||||
|
|
||||||
# ensure cleanup
|
# ensure cleanup
|
||||||
def cleanup_infrastructure():
|
def cleanup_infrastructure():
|
||||||
|
|||||||
Reference in New Issue
Block a user