This is an automated email from the ASF dual-hosted git repository.
hello-stephen 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 c8dc6f6c0a9 [fix](regression) update audit log behavior output (#64986)
c8dc6f6c0a9 is described below
commit c8dc6f6c0a9aef8e60fb56b4e2125fce1a00e72f
Author: shuke <[email protected]>
AuthorDate: Wed Jul 1 15:15:30 2026 +0800
[fix](regression) update audit log behavior output (#64986)
## Summary
- update audit.test_audit_log_behavior expected audit_log schema for
query_id from varchar(48) to varchar(128)
- align the golden output with master, where audit_log query_id uses
Config.label_regex_length and the default is 128
## Testing
- Static check: verified InternalSchema uses Config.label_regex_length
and Config.label_regex_length defaults to 128
- Static check: verified only
regression-test/data/audit/test_audit_log_behavior.out changes
---
regression-test/data/audit/test_audit_log_behavior.out | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/regression-test/data/audit/test_audit_log_behavior.out
b/regression-test/data/audit/test_audit_log_behavior.out
index f9b8c96323c..f0a40463e9a 100644
--- a/regression-test/data/audit/test_audit_log_behavior.out
+++ b/regression-test/data/audit/test_audit_log_behavior.out
@@ -1,6 +1,6 @@
-- This file is automatically generated. You should know what you did if you
want to edit this
-- !audit_log_schema --
-query_id varchar(48) Yes true \N
+query_id varchar(128) Yes true \N
time datetime(3) Yes true \N
client_ip varchar(128) Yes true \N
user varchar(128) Yes false \N NONE
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]