Merge pull request #36054 from ClickHouse/fix-flaky-test

Fix flaky test
This commit is contained in:
alesapin 2022-04-08 12:08:21 +02:00 committed by GitHub
commit 1ba77786ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,8 @@
#!/usr/bin/env bash #!/usr/bin/env bash
# Tags: long, zookeeper, no-parallel # Tags: long, zookeeper, no-parallel
CLICKHOUSE_CLIENT_SERVER_LOGS_LEVEL=error
CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd) CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
# shellcheck source=../shell_config.sh # shellcheck source=../shell_config.sh
. "$CURDIR"/../shell_config.sh . "$CURDIR"/../shell_config.sh