mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 23:52:03 +00:00
6f6562c96b
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> |
||
---|---|---|
.. | ||
base | ||
dotnet_client | ||
helper_container | ||
hive_server | ||
kerberized_hadoop | ||
kerberos_kdc | ||
mysql_golang_client | ||
mysql_java_client | ||
mysql_js_client | ||
mysql_php_client | ||
postgresql_java_client | ||
resolver | ||
runner | ||
s3_proxy | ||
README.md |
Docker containers for integration tests
base
container with required packagesrunner
container with that runs integration tests in dockerrunnner/compose
contains docker_compose YaML files that are used in tests
How to run integration tests is described in tests/integration/README.md