Merge pull request #22663 from CurtizJ/fix-flakey-tests

Fix test 01039_row_policy_dcl
This commit is contained in:
alesapin 2021-04-06 13:19:08 +03:00 committed by GitHub
commit 3148c224ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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;