This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a commit to branch branch-4.1
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-4.1 by this push:
new bd9c9a2fa52 branch-4.1: [fix](cloud) Fix case
`test_database_management_auth` #61594 (#61598)
bd9c9a2fa52 is described below
commit bd9c9a2fa528adc82452b05152733001f164e20c
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Mar 25 11:43:51 2026 +0800
branch-4.1: [fix](cloud) Fix case `test_database_management_auth` #61594
(#61598)
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]