Skip to content

Commit

Permalink
Drop test role, disable parallel execution for 03096_role
Browse files Browse the repository at this point in the history
  • Loading branch information
slvrtrn committed Apr 16, 2024
1 parent 0718a31 commit d9fd79e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/env bash
# Tags: no-parallel

CUR_DIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
# shellcheck source=../shell_config.sh
Expand Down Expand Up @@ -96,6 +97,7 @@ echo -ne $OUT | grep -o "SET_NON_GRANTED_ROLE" || echo "expected SET_NON_GRANTED
$CLICKHOUSE_CLIENT -n --query "
DROP USER $TEST_USER;
DROP ROLE $TEST_ROLE1;
DROP ROLE $TEST_ROLE2;
DROP ROLE $TEST_ROLE_ENABLED_BY_DEFAULT;
DROP ROLE $TEST_ROLE_NOT_GRANTED;
DROP ROLE $TEST_ROLE_SPECIAL_CHARS;
Expand Down

0 comments on commit d9fd79e

Please sign in to comment.