mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-27 01:51:59 +00:00
9c42f7f113
The initial test (tests/queries/0_stateless/02539_settings_alias.sh) works only because of the clickhouse-client, while in native protocol aliases does not work. Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
10 lines
265 B
Bash
Executable File
10 lines
265 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
# NOTE: this sh wrapper is required because of shell_config
|
|
|
|
CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
|
|
# shellcheck source=../shell_config.sh
|
|
. "$CURDIR"/../shell_config.sh
|
|
|
|
python3 "$CURDIR"/02750_settings_alias_tcp_protocol.python
|