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

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


The following commit(s) were added to refs/heads/branch-4.0 by this push:
     new 9e0d2170df8 branch-4.0: [fix](cloud) Fix case 
`test_database_management_auth` #61594 (#61597)
9e0d2170df8 is described below

commit 9e0d2170df839a389cb05997ff49ac07a1546b01
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Mar 23 09:25:05 2026 +0800

    branch-4.0: [fix](cloud) Fix case `test_database_management_auth` #61594 
(#61597)
    
    Cherry-picked from #61594
    
    Co-authored-by: deardeng <[email protected]>
---
 regression-test/suites/auth_call/test_database_management_auth.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/regression-test/suites/auth_call/test_database_management_auth.groovy 
b/regression-test/suites/auth_call/test_database_management_auth.groovy
index 393321179aa..f808906bde1 100644
--- a/regression-test/suites/auth_call/test_database_management_auth.groovy
+++ b/regression-test/suites/auth_call/test_database_management_auth.groovy
@@ -68,7 +68,7 @@ suite("test_database_management_auth","p0,auth_call") {
         }
         test {
             sql """ADMIN SET REPLICA VERSION PROPERTIES("tablet_id" = "0", 
"backend_id" = "0", "version" = "0");"""
-            exception "denied"
+            exception isCloudMode() ? "Unsupported operation" : "denied"
         }
         test {
             sql """ADMIN SET TABLE tb PARTITION VERSION 
PROPERTIES("partition_id" = "0", "visible_version" = "0");"""


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to