ClickHouse/docker/test/integration/runner/compose
Igor Nikonov dbfb448290 Fix: integration test, standalone keeper mode
There is logic regarding which keeper binary use to start keeper cluster in an integration test
There 2 options:
(1) standalone keeper binary (expected binary name clickhouse-keeper)
(2) clickhouse binary with keeper inside

Fixed:
- option (1) didn't work since docker_compose_keeper.yaml didn't create
target clickhouse-keeper at all
- if clickhouse-keeper existed, option (1) was taken but
  clickhouse-keeper could be just a link to clickhouse binary (the link
  is created always during build if cmake option BUILD_STANDALONE_KEEPER is OFF)
2022-09-09 14:51:34 +00:00
..
docker_compose_azurite.yml
docker_compose_cassandra.yml
docker_compose_coredns.yml Add host regexp multiple PTR records integration tests 2022-07-20 14:09:38 -03:00
docker_compose_dotnet_client.yml
docker_compose_hdfs.yml
docker_compose_hive.yml improve stability for hive intergration test 2022-06-21 15:59:54 +08:00
docker_compose_jdbc_bridge.yml
docker_compose_kafka.yml
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_meili.yml Update docker_compose_meili.yml 2022-07-12 15:50:35 +02:00
docker_compose_minio.yml
docker_compose_mongo_secure.yml
docker_compose_mongo.yml
docker_compose_mysql_5_7_for_materialized_mysql.yml
docker_compose_mysql_8_0.yml
docker_compose_mysql_client.yml
docker_compose_mysql_cluster.yml
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
docker_compose_nats.yml fix nats-io TLS support 2022-08-05 11:20:05 +02:00
docker_compose_net.yml
docker_compose_nginx.yml
docker_compose_postgres_cluster.yml
docker_compose_postgres.yml
docker_compose_postgresql_java_client.yml
docker_compose_postgresql.yml
docker_compose_rabbitmq.yml
docker_compose_redis.yml
docker_compose_zookeeper_secure.yml
docker_compose_zookeeper.yml