ClickHouse/tests
Azat Khuzhin 8782873e4f Fix overrides via connections_credentials in case of root directives exists
Before the following did not work, it always uses user `dev`, even with
`clickhouse-client --connection prod`:

  ```yaml
  user: dev

  connections_credentials:
    prod:
      name: prod
      user: prod
  ```

The problem was that before it was not possible to distinguish options
that had been set via command line options and via configuration file.

I've splitted this two actions, and embedded a call to
parseConnectionsCredentials() in between.

Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2023-10-27 20:03:50 +02:00
..
ci
config
fuzz
instructions
integration Merge pull request #55521 from ClickHouse/fix-query-params-with-custom-http-handlers 2023-10-26 18:34:37 +02:00
jepsen.clickhouse
perf_drafts
performance Multithreading after window functions (#50771) 2023-10-27 12:36:28 +02:00
queries Fix overrides via connections_credentials in case of root directives exists 2023-10-27 20:03:50 +02:00
sqllogic
.gitignore
.rgignore
analyzer_integration_broken_tests.txt
analyzer_tech_debt.txt
clickhouse-test Merge remote-tracking branch 'upstream/master' into HEAD 2023-09-18 23:13:20 +00:00
CMakeLists.txt
README.md
tsan_suppressions.txt
ubsan_suppressions.txt

Find CI documents and instructions on running CI checks localy here.