This is an automated email from the ASF dual-hosted git repository.
gavinchou 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 02350ca2387 [fix](cloud) Fix case `test_database_management_auth`
(#61594)
02350ca2387 is described below
commit 02350ca2387d060f83baf9ca654ab98f8153dcb1
Author: deardeng <[email protected]>
AuthorDate: Sun Mar 22 13:49:52 2026 +0800
[fix](cloud) Fix case `test_database_management_auth` (#61594)
fix #60875
---
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]