This is an automated email from the ASF dual-hosted git repository.

yiguolei pushed a commit to branch branch-2.1
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/branch-2.1 by this push:
     new fc9d5de56d7 [case](rowpolicy)fix row policy has been exist (#32880) 
(#32990)
fc9d5de56d7 is described below

commit fc9d5de56d7a1305196c35dff2d4c456b090befc
Author: zhangdong <493738...@qq.com>
AuthorDate: Thu Mar 28 22:06:16 2024 +0800

    [case](rowpolicy)fix row policy has been exist (#32880) (#32990)
---
 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: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to