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

hellostephen 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 bf878218820 branch-3.0: [regression-test](fix) fix 
test_audit_log_behavior.groovy bug #46100 (#46449)
bf878218820 is described below

commit bf8782188202bdfe9d62ee4e3d4c313655f4451e
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Jan 7 14:26:31 2025 +0800

    branch-3.0: [regression-test](fix) fix test_audit_log_behavior.groovy bug 
#46100 (#46449)
    
    Cherry-picked from #46100
    
    Co-authored-by: shuke <[email protected]>
---
 regression-test/suites/audit/test_audit_log_behavior.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/regression-test/suites/audit/test_audit_log_behavior.groovy 
b/regression-test/suites/audit/test_audit_log_behavior.groovy
index 3d24eb2e26d..ec01870750a 100644
--- a/regression-test/suites/audit/test_audit_log_behavior.groovy
+++ b/regression-test/suites/audit/test_audit_log_behavior.groovy
@@ -93,7 +93,7 @@ suite("test_audit_log_behavior") {
         for (int i = 0; i < cnt; i++) {
             def tuple2 = sqls.get(i)
             def retry = 180
-            def res = sql "select stmt from __internal_schema.audit_log where 
stmt like '%3F6B9A_${i}%' order by time asc limit 1"
+            def res = sql "select stmt from __internal_schema.audit_log where 
stmt like 'insert%3F6B9A_${i}%' order by time asc limit 1"
             while (res.isEmpty()) {
                 if (retry-- < 0) {
                     logger.warn("It has retried a few but still failed, you 
need to check it")


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

Reply via email to