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 30a66a4f9d3 [regression-test](fix) fix case bug #35201
30a66a4f9d3 is described below
commit 30a66a4f9d34023827eba1764d16835bc970b725
Author: shuke <[email protected]>
AuthorDate: Wed May 22 15:58:37 2024 +0800
[regression-test](fix) fix case bug #35201
---
regression-test/suites/account_p0/test_nereids_row_policy.groovy | 8 --------
1 file changed, 8 deletions(-)
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 408559c8bb7..59edd884d5e 100644
--- a/regression-test/suites/account_p0/test_nereids_row_policy.groovy
+++ b/regression-test/suites/account_p0/test_nereids_row_policy.groovy
@@ -83,14 +83,6 @@ suite("test_nereids_row_policy") {
sql 'sync'
- //cloud-mode
- if (cloudMode) {
- def clusters = sql " SHOW CLUSTERS; "
- assertTrue(!clusters.isEmpty())
- def validCluster = clusters[0][0]
- sql """GRANT USAGE_PRIV ON CLUSTER ${validCluster} TO ${user}""";
- }
-
dropPolciy "policy0"
dropPolciy "policy1"
dropPolciy "policy2"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]