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

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


The following commit(s) were added to refs/heads/branch-3.0 by this push:
     new 8967e49e601 branch-3.0: [regression](audit) throw Exception if test 
failed #53223 (#53279)
8967e49e601 is described below

commit 8967e49e60154f34c0f950746da62526dae2799d
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Aug 15 21:17:52 2025 +0800

    branch-3.0: [regression](audit) throw Exception if test failed #53223 
(#53279)
    
    Cherry-picked from #53223
    
    Co-authored-by: yagagagaga <[email protected]>
---
 regression-test/suites/audit/test_audit_log_behavior.groovy | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/regression-test/suites/audit/test_audit_log_behavior.groovy 
b/regression-test/suites/audit/test_audit_log_behavior.groovy
index 8b31c18f40d..f14c0120966 100644
--- a/regression-test/suites/audit/test_audit_log_behavior.groovy
+++ b/regression-test/suites/audit/test_audit_log_behavior.groovy
@@ -91,8 +91,7 @@ suite("test_audit_log_behavior") {
         def res = sql "${query}"
         while (res.isEmpty()) {
             if (retry-- < 0) {
-                logger.warn("It has retried a few but still failed, you need 
to check it")
-                return
+                throw new RuntimeException("It has retried a few but still 
failed, you need to check it")
             }
             sleep(1000)
             res = sql "${query}"


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

Reply via email to