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

gavinchou 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 7a0fb7b369f [fix](audit) fix audit_log regression test (#53148)
7a0fb7b369f is described below

commit 7a0fb7b369f7476787c5aa8218082e6f7e39f14b
Author: yagagagaga <[email protected]>
AuthorDate: Mon Jul 14 11:34:43 2025 +0800

    [fix](audit) fix audit_log regression test (#53148)
---
 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 025bf9d2fca..2dce3cf5944 100644
--- a/regression-test/suites/audit/test_audit_log_behavior.groovy
+++ b/regression-test/suites/audit/test_audit_log_behavior.groovy
@@ -63,7 +63,7 @@ suite("test_audit_log_behavior") {
             ],
             [
                     "insert into audit_log_behavior select 6, '3F6B9A_${cnt}' 
from audit_log_behavior",
-                    "insert into audit_log_behavior select 6, 
'3F6B9A_${cnt++}' from a ... /* truncated. 
audit_plugin_max_insert_stmt_length=58 */"
+                    "insert into audit_log_behavior select 6, 
'3F6B9A_${cnt++}' from a ... /* truncated. audit_plugin_max_sql_length=58 */"
             ],
             [
                     "select id, name from audit_log_behavior as 
loooooooooooooooong_alias",


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

Reply via email to