ClickHouse/tests/queries/0_stateless/00534_functions_bad_arguments9.sh

15 lines
360 B
Bash
Raw Normal View History

2018-03-22 17:32:11 +00:00
#!/usr/bin/env bash
2021-09-12 12:35:27 +00:00
# Tags: no-tsan
# Tag no-tsan: Too long for TSan
2020-08-01 01:14:25 +00:00
# shellcheck disable=SC2016
2018-03-22 17:32:11 +00:00
CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
2020-12-28 11:46:53 +00:00
# shellcheck source=../shell_config.sh
2020-08-01 00:51:12 +00:00
. "$CURDIR"/../shell_config.sh
2018-03-22 17:32:11 +00:00
2020-12-28 11:46:53 +00:00
# shellcheck source=./00534_functions_bad_arguments.lib
2020-08-01 00:52:41 +00:00
. "$CURDIR"/00534_functions_bad_arguments.lib
2018-03-22 17:32:11 +00:00
test_variant 'SELECT $_([], []);'