mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-06 15:42:39 +00:00
7 lines
302 B
Markdown
7 lines
302 B
Markdown
## 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
|