ClickHouse/docker/test/integration
Mikhail f. Shiryaev 2d02eab750
Revert "Merge pull request #34373 from ClickHouse/docker-tz"
This reverts commit efd8044ab7, reversing
changes made to 4bb69bcb15.
2022-02-08 15:34:01 +01:00
..
base Revert "Merge pull request #34373 from ClickHouse/docker-tz" 2022-02-08 15:34:01 +01:00
dotnet_client Add test output and compare to reference 2022-01-03 03:36:23 +03:00
helper_container Preparation 2021-09-06 14:33:39 +03:00
hive_server Add integration tests for hive query 2021-11-18 16:17:49 +08:00
kerberized_hadoop fix kerberized_hadoop image 2021-11-22 17:32:19 +02:00
kerberos_kdc Fix more tests 2021-09-09 23:29:42 +03:00
mysql_golang_client Fix some broken images 2021-09-08 12:58:17 +03:00
mysql_java_client Preparation 2021-09-06 14:33:39 +03:00
mysql_js_client Preparation 2021-09-06 14:33:39 +03:00
mysql_php_client Preparation 2021-09-06 14:33:39 +03:00
postgresql_java_client Preparation 2021-09-06 14:33:39 +03:00
resolver Preparation 2021-09-06 14:33:39 +03:00
runner Revert "Merge pull request #34373 from ClickHouse/docker-tz" 2022-02-08 15:34:01 +01:00
s3_proxy Preparation 2021-09-06 14:33:39 +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