ClickHouse/tests
Azat Khuzhin 4564a1ef29 Add ability to override connection settings based on connection names
This is somehow analog of .netrc [1].

  [1]: https://www.gnu.org/software/inetutils/manual/html_node/The-_002enetrc-file.html

The follow options can be overwritten on a per-hostname/connection
basis:
- hostname
- port
- secure
- user
- password
- database
- history_file

Also note, that you can have multiple settings for one hostname, can be
useful to distinguish readonly from non-readonly for example.

Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2023-01-28 17:01:12 +01:00
..
ci Merge pull request #45476 from ClickHouse/automerge 2023-01-27 10:06:24 +01:00
config
fuzz
instructions
integration
jepsen.clickhouse
perf_drafts Replace yandex to clickhouse in configs 2021-09-25 07:08:34 +03:00
performance Merge branch 'master' into block-non-float-gorilla-v2 2023-01-28 03:30:12 +03:00
queries Add ability to override connection settings based on connection names 2023-01-28 17:01:12 +01:00
.gitignore
.rgignore
clickhouse-test
CMakeLists.txt
msan_suppressions.txt
tsan_suppressions.txt
ubsan_suppressions.txt