ClickHouse/docker/test/integration
2020-06-22 16:29:35 +03:00
..
base Remove duplicate entry 2020-06-20 15:39:02 +03:00
compose Add alias for postgesql container 2020-06-22 16:29:35 +03:00
helper_container Move integration tests docker files to docker/ directory. Rename image -> runner. 2020-04-17 19:01:16 +03:00
resolver Add default credentials and custom headers for s3 table functions. 2020-06-02 20:48:49 +03:00
runner add cassandra-driver to integration tests 2020-05-26 22:15:46 +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