ClickHouse/docker/test/integration
Azat Khuzhin 6f6562c96b Fix running integration tests with spaces in it's names
Previously they were simply ignored, and not only them, but all the
tests in that group, here is an example [1]

  [1]: https://s3.amazonaws.com/clickhouse-test-reports/51448/4ed462ac7834a8180f92ca7d7d3c076e687bfca9/integration_tests__asan__[4_6].html

Note, that I've replaced PYTEST_OPTS with handled by pytest itself
PYTEST_ADDOPTS, since "sh -c $PYTEST_OPTS" does not allows you to
preserve the arguments correctly.

v5: use double quotes for PYTEST_ADDOPTS value
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2023-07-17 17:17:21 +02:00
..
base Update mysql odbc connector 2023-06-28 22:19:31 +02:00
dotnet_client Add test output and compare to reference 2022-01-03 03:36:23 +03:00
helper_container Update integration tests runner too 2023-06-28 22:19:32 +02:00
hive_server update hive test 2022-06-21 15:10:48 +08:00
kerberized_hadoop Create symlink hadoop -> ./hadoop-2.7.0 2022-02-13 19:10:11 +01: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 Preparation 2021-09-06 14:33:39 +03: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
postgresql_java_client Preparation 2021-09-06 14:33:39 +03:00
resolver Preparation 2021-09-06 14:33:39 +03:00
runner Fix running integration tests with spaces in it's names 2023-07-17 17:17:21 +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