ClickHouse/docker/test/integration
2020-05-22 17:27:40 +03:00
..
base Move integration tests docker files to docker/ directory. Rename image -> runner. 2020-04-17 19:01:16 +03:00
compose Merge pull request #10915 from ClickHouse/aku/mongodb-uri 2020-05-21 23:02:12 +03:00
helper_container Move integration tests docker files to docker/ directory. Rename image -> runner. 2020-04-17 19:01:16 +03:00
runner Merge branch 'master' into merging_external_source_cassandra 2020-05-19 05:21:27 +03:00
README.md Move integration tests docker files to docker/ directory. Rename image -> runner. 2020-04-17 19:01:16 +03:00

Docker containers for integration tests

  • base container with required packages
  • runner container with that runs integration tests in docker
  • compose contains docker_compose YaML files that are used in tests

How to run integration tests is described in tests/integration/README.md