ClickHouse/tests/config/README.md

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
642 B
Markdown
Raw Normal View History

2020-09-24 10:28:13 +00:00
# ClickHouse configs for test environment
## How to use
2023-09-22 09:23:05 +00:00
CI use these configs in all checks installing them with `install.sh` script. If you want to run all tests from `tests/queries/0_stateless` and `test/queries/1_stateful` on your local machine you have to set up configs from this directory for your `clickhouse-server`. The easiest way is to install them using `install.sh` script. Another option is to copy files into your clickhouse config directory.
2020-09-24 10:28:13 +00:00
## How to add new config
2023-09-22 09:23:05 +00:00
Place file `.xml` with new config in the appropriate directory and add `ln` command into `install.sh` script. CI will use then this config in all test runs.