mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-15 03:53:41 +00:00
6 lines
292 B
Markdown
6 lines
292 B
Markdown
|
## Docker containers for integration tests
|
||
|
- `base` container with required packages
|
||
|
- `runner` container with that runs integration tests in docker
|
||
|
- `compose` contains docker_compose YaML files that are used in tests
|
||
|
|
||
|
How to run integration tests is described in tests/integration/README.md
|