ClickHouse/docker/test/integration/runner/compose
Azat Khuzhin d2a264c9bb tests: use explicit address for console to avoid EADDRINUSE
The problem is that MinIO uses dynamic port for console address by
default, which may be below ip_local_port_range, and in this case it ca
be reused in a short time, sicne first MinIO allocates the socket, then
close this socket, and only after try to bind to it.

And even though this is a problem of MinIO I'm not a go developer to fix
it.

v2: use long notation of the 127.0.0.1 (that version of MinIO on CI
cannot handle 127.1, while 2023-07-21T21-12-44Z can)

Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2023-08-02 21:17:49 +02:00
..
docker_compose_azurite.yml
docker_compose_cassandra.yml
docker_compose_clickhouse.yml
docker_compose_coredns.yml
docker_compose_dotnet_client.yml
docker_compose_hdfs.yml
docker_compose_hive.yml
docker_compose_jdbc_bridge.yml
docker_compose_kafka.yml test_for_basic_auth_registry - original zk configuration restored 2023-07-19 08:32:45 +00:00
docker_compose_keeper.yml Fix: integration test, standalone keeper mode 2022-09-09 14:51:34 +00:00
docker_compose_kerberized_hdfs.yml
docker_compose_kerberized_kafka.yml
docker_compose_kerberos_kdc.yml
docker_compose_meili.yml Sanitize compose files in integration-tests-runner 2023-07-22 15:45:47 +02:00
docker_compose_minio.yml tests: use explicit address for console to avoid EADDRINUSE 2023-08-02 21:17:49 +02:00
docker_compose_mongo_secure.yml
docker_compose_mongo.yml
docker_compose_mysql_8_0.yml Sanitize compose files in integration-tests-runner 2023-07-22 15:45:47 +02:00
docker_compose_mysql_client.yml
docker_compose_mysql_cluster.yml Sanitize compose files in integration-tests-runner 2023-07-22 15:45:47 +02:00
docker_compose_mysql_golang_client.yml
docker_compose_mysql_java_client.yml
docker_compose_mysql_js_client.yml
docker_compose_mysql_php_client.yml
docker_compose_mysql.yml Sanitize compose files in integration-tests-runner 2023-07-22 15:45:47 +02:00
docker_compose_nats.yml
docker_compose_net.yml
docker_compose_nginx.yml Replace kssenii/nginx-test:1.1 by clickhouse/nginx-dav 2023-07-22 15:45:47 +02:00
docker_compose_postgres_cluster.yml
docker_compose_postgres.yml Sanitize compose files in integration-tests-runner 2023-07-22 15:45:47 +02:00
docker_compose_postgresql_java_client.yml
docker_compose_postgresql.yml
docker_compose_rabbitmq.yml
docker_compose_redis.yml
docker_compose_zookeeper_secure.yml Sanitize compose files in integration-tests-runner 2023-07-22 15:45:47 +02:00
docker_compose_zookeeper.yml