Re: [PR] [fix](test) try fix unstable audit log test [doris]

2025-01-11 Thread via GitHub
morningman commented on PR #46751: URL: https://github.com/apache/doris/pull/46751#issuecomment-2585280168 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To u

Re: [PR] [fix](test) try fix unstable audit log test [doris]

2025-01-09 Thread via GitHub
Thearas commented on PR #46751: URL: https://github.com/apache/doris/pull/46751#issuecomment-2581730204 Thank you for your contribution to Apache Doris. Don't know what should be done next? See [How to process your PR](https://cwiki.apache.org/confluence/display/DORIS/How+to+process+y

[PR] [fix](test) try fix unstable audit log test [doris]

2025-01-09 Thread via GitHub
morningman opened a new pull request, #46751: URL: https://github.com/apache/doris/pull/46751 ### What problem does this PR solve? Sometimes the `audit_plugin_max_sql_length` may not take effect. Try execute `set global audit_plugin_max_sql_length = 58` again to fix it. ### R