ClickHouse/docker/test/integration
Konstantin Bogdanov cedddf6fa4
PoC
2024-09-06 00:22:46 +02:00
..
base docker: use self-compiled gdb 15 from cctools 2024-08-06 17:15:49 +02:00
dotnet_client Add test output and compare to reference 2022-01-03 03:36:23 +03:00
helper_container PoC 2024-09-06 00:22:46 +02:00
hive_server Unify the apt cleaning part in Dockerfile's 2024-02-01 11:20:23 +01:00
kerberized_hadoop kerberized_hadoop_dockerfile: ADD instead of wget, no final OR 2024-04-24 20:36:35 +03:00
kerberos_kdc Fix more tests 2021-09-09 23:29:42 +03:00
mysql_golang_client fixup! Update golang-mysql integration image 2022-04-23 15:24:42 +02:00
mysql_java_client Fix incorrect nullable columns reporting in MySQL binary protocol 2023-11-15 16:53:38 +01:00
mysql_js_client Fix WORKDIR issue after upgrading npm 2022-04-05 00:10:33 +02:00
mysql_php_client Update mysql-php-client to the recent rolling version 2023-06-28 22:19:39 +02:00
nginx_dav Replace kssenii/nginx-test:1.1 by clickhouse/nginx-dav 2023-07-22 15:45:47 +02:00
postgresql_java_client Unify the apt cleaning part in Dockerfile's 2024-02-01 11:20:23 +01:00
resolver Pin all python packages in CI images 2024-07-03 21:58:18 +02:00
runner Fix 2024-08-23 18:14:02 +02: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