ClickHouse/docker/test/integration
2020-08-12 11:55:04 +03:00
..
base Update docker/test/integration/base/Dockerfile 2020-07-27 13:01:26 +03:00
helper_container Do not build helper_container image inside integrational tests. Part 1: build helper_container in CI 2020-07-21 17:40:48 +03:00
mysql_golang_client move reference files 2020-08-12 07:06:23 +03:00
mysql_java_client move reference files 2020-08-12 07:06:23 +03:00
mysql_js_client mysql/postgresql: move Dockerfiles and docker_compose to docker/test 2020-08-07 11:42:04 +03:00
mysql_php_client mysql/postgresql: move Dockerfiles and docker_compose to docker/test 2020-08-07 11:42:04 +03:00
postgresql_java_client move reference files 2020-08-12 07:06:23 +03:00
resolver S3 HTTPS integration test. 2020-07-10 22:42:18 +03:00
runner Add explicit main_configs, user_configs and dictionaries in integration tests. 2020-08-12 11:55:04 +03:00
s3_proxy S3 HTTPS integration test. 2020-07-10 22:42:18 +03:00
README.md Place common docker compose files to integration docker container 2020-07-06 16:45:54 +03:00

Docker containers for integration tests

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

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