This is an automated email from the ASF dual-hosted git repository.
morningman pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push:
new c2094d4c678 [case](rowpolicy)fix row policy has been exist (#32880)
c2094d4c678 is described below
commit c2094d4c67884471a51ef8fd1dda3f91ebd3adff
Author: zhangdong <[email protected]>
AuthorDate: Thu Mar 28 14:52:00 2024 +0800
[case](rowpolicy)fix row policy has been exist (#32880)
---
regression-test/suites/account_p0/test_nereids_row_policy.groovy | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/regression-test/suites/account_p0/test_nereids_row_policy.groovy
b/regression-test/suites/account_p0/test_nereids_row_policy.groovy
index c071d88306c..6ae858997b1 100644
--- a/regression-test/suites/account_p0/test_nereids_row_policy.groovy
+++ b/regression-test/suites/account_p0/test_nereids_row_policy.groovy
@@ -103,6 +103,11 @@ suite("test_nereids_row_policy") {
sql """GRANT USAGE_PRIV ON CLUSTER ${validCluster} TO ${user}""";
}
+ dropPolciy "policy0"
+ dropPolciy "policy1"
+ dropPolciy "policy2"
+ dropPolciy "policy3"
+
// no policy
assertQueryResult 3
@@ -126,4 +131,8 @@ suite("test_nereids_row_policy") {
createPolicy"policy3", "k = 2", "PERMISSIVE"
assertQueryResult 2
+ dropPolciy "policy0"
+ dropPolciy "policy1"
+ dropPolciy "policy2"
+ dropPolciy "policy3"
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]