mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-04 13:32:13 +00:00
cb52c98def
Excludes tests with runtimes of 10+ sec from fasttests.
15 lines
380 B
Bash
Executable File
15 lines
380 B
Bash
Executable File
#!/usr/bin/env bash
|
|
# Tags: no-tsan, no-debug, no-fasttest
|
|
# Tag no-tsan: Too long for TSan
|
|
|
|
# shellcheck disable=SC2016
|
|
|
|
CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
|
|
# shellcheck source=../shell_config.sh
|
|
. "$CURDIR"/../shell_config.sh
|
|
|
|
# shellcheck source=./00534_functions_bad_arguments.lib
|
|
. "$CURDIR"/00534_functions_bad_arguments.lib
|
|
|
|
test_variant "SELECT \$_('');"
|