ClickHouse/tests
Mikhail Koviazin d12f2a0946
tests: handle benchmark same way as client
Previously `CLICKHOUSE_BENCHMARK` was set simply as
`${CLICKHOUSE_BINARY}-benchmark` which is not applicable when testing a single
binary, e.g. downloaded via `curl https://clickhouse.com | sh`.  This commit
adds support for `CLICKHOUSE_BENCHMARK_BINARY` (not exported from
`shell_config.sh`) that is set to `"$CLICKHOUSE_BINARY benchmark"` if
`CLICKHOUSE_BINARY` is set. This is the same behaviour that is already used for
`CLICKHOUSE_CLIENT_BINARY`.
2023-12-14 12:06:08 +00:00
..
ci iMerge branch 'master' of github.com:ClickHouse/ClickHouse into clickbench-ci 2023-12-13 01:41:27 +01:00
config Merge branch 'master' into feature/more_warnings 2023-12-12 15:25:01 +01:00
fuzz
instructions
integration Merge pull request #57436 from ryanmjacobs/fix_issue_43186_pg_quote_array_ndims 2023-12-13 13:41:43 -05:00
jepsen.clickhouse
perf_drafts
performance Remove arrayFold 2023-12-14 04:34:32 +01:00
queries tests: handle benchmark same way as client 2023-12-14 12:06:08 +00:00
sqllogic
.gitignore
.rgignore
analyzer_integration_broken_tests.txt
analyzer_tech_debt.txt
clickhouse-test Merge pull request #57315 from Algunenano/randomize_optimizations 2023-12-13 10:42:11 +01:00
README.md
tsan_suppressions.txt
ubsan_suppressions.txt Add ubsan suppression for protobuf (#31835) 2021-11-26 11:36:36 +03:00

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