ClickHouse/tests/queries
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
..
0_stateless Remove arrayFold 2023-12-14 04:34:32 +01:00
1_stateful Parallel replicas: friendly settings (#57542) 2023-12-13 14:42:06 +01:00
bugs
shell_config.sh tests: handle benchmark same way as client 2023-12-14 12:06:08 +00:00