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 63df3bc37aa branch-4.1: [test](auth)Resolve the conflict in the backup
auth case #61384 (#61430)
63df3bc37aa is described below
commit 63df3bc37aaa0738bea1596e9e1a000427898ab4
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Mar 18 14:37:23 2026 +0800
branch-4.1: [test](auth)Resolve the conflict in the backup auth case #61384
(#61430)
Cherry-picked from #61384
Co-authored-by: zfr95 <[email protected]>
---
regression-test/suites/auth_call/test_ddl_backup_auth.groovy | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/regression-test/suites/auth_call/test_ddl_backup_auth.groovy
b/regression-test/suites/auth_call/test_ddl_backup_auth.groovy
index 1a2f7b79718..ea34f55ed30 100644
--- a/regression-test/suites/auth_call/test_ddl_backup_auth.groovy
+++ b/regression-test/suites/auth_call/test_ddl_backup_auth.groovy
@@ -18,7 +18,7 @@
import org.junit.Assert;
import java.util.UUID
-suite("test_ddl_backup_auth","p0,auth_call") {
+suite("test_ddl_backup_auth","p0,auth_call,nonConcurrent") {
UUID uuid = UUID.randomUUID()
String randomValue = uuid.toString()
int hashCode = randomValue.hashCode()
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]