This is an automated email from the ASF dual-hosted git repository.
hellostephen 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 7c526c54d03 [test](auth)Resolve the conflict in the backup auth case
(#61384)
7c526c54d03 is described below
commit 7c526c54d0329febd8d99b582338e18a56459495
Author: zfr95 <[email protected]>
AuthorDate: Mon Mar 16 17:41:49 2026 +0800
[test](auth)Resolve the conflict in the backup auth case (#61384)
[test](auth)Resolve the conflict in the backup auth case
During backup, failing to acquire the lock within 10 seconds makes the
test case unstable, adding nonConcurrent can fix it.
---
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 b94553d50cd..d8b7a7a0fd2 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]