fix flaky test

This commit is contained in:
Anton Popov 2021-04-05 13:52:53 +03:00
parent 150c53ee3b
commit dfb6890f27
2 changed files with 7 additions and 1 deletions

View File

@ -0,0 +1,7 @@
#!/usr/bin/env bash
CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
# shellcheck source=../shell_config.sh
. "$CURDIR"/../shell_config.sh
${CLICKHOUSE_CLIENT} -q "SHOW POLICIES ON $CLICKHOUSE_DATABASE.*"

View File

@ -1 +0,0 @@
SHOW POLICIES;