ClickHouse/docker/test/integration/runner
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
..
compose Fix: integration test, standalone keeper mode 2022-09-09 14:51:34 +00:00
misc fix shellcheck 2021-05-21 17:33:56 +03:00
dockerd-entrypoint.sh Fix for integration tests fix. 2022-06-27 23:13:40 +03:00
Dockerfile Set meilieserach client version too 2022-07-12 12:15:20 +02:00
modprobe.sh Move integration tests docker files to docker/ directory. Rename image -> runner. 2020-04-17 19:01:16 +03:00