mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Merge pull request #22663 from CurtizJ/fix-flakey-tests
Fix test 01039_row_policy_dcl
This commit is contained in:
commit
3148c224ad
7
tests/queries/0_stateless/01039_row_policy_dcl.sh
Executable file
7
tests/queries/0_stateless/01039_row_policy_dcl.sh
Executable 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.*"
|
@ -1 +0,0 @@
|
||||
SHOW POLICIES;
|
Loading…
Reference in New Issue
Block a user