ClickHouse/tests/config/README.md

9 lines
656 B
Markdown
Raw Normal View History

2020-09-24 10:28:13 +00:00
# ClickHouse configs for test environment
## How to use
2020-09-24 10:32:49 +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 most simple way is to install them using `install.sh` script. Other option is just copy files into your clickhouse config directory.
2020-09-24 10:28:13 +00:00
## How to add new config
Just place file `.xml` with new config into appropriate directory and add `ln` command into `install.sh` script. After that CI will use this config in all tests runs.