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

hellostephen 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 50232099831 [chore](ci) AddressSanitizer: CHECK failed (#52914)
50232099831 is described below

commit 5023209983119e2e6261b5aaf166e0c6a4640557
Author: Dongyang Li <[email protected]>
AuthorDate: Fri Jul 11 11:41:49 2025 +0800

    [chore](ci) AddressSanitizer: CHECK failed (#52914)
---
 regression-test/pipeline/common/doris-utils.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/regression-test/pipeline/common/doris-utils.sh 
b/regression-test/pipeline/common/doris-utils.sh
index efafb7742b7..7d8b1817414 100644
--- a/regression-test/pipeline/common/doris-utils.sh
+++ b/regression-test/pipeline/common/doris-utils.sh
@@ -219,7 +219,7 @@ function stop_doris() {
 function stop_doris_grace() {
     if [[ ! -d "${DORIS_HOME:-}" ]]; then return 1; fi
     local ret=0
-    local keywords="detected memory leak|undefined-behavior"
+    local keywords="detected memory leak|undefined-behavior|AddressSanitizer: 
CHECK failed"
     sudo mkdir -p /tmp/be/bin && cp -rf "${DORIS_HOME}"/be/bin/be.pid 
/tmp/be/bin/be.pid
     if timeout -v "${DORIS_STOP_GRACE_TIMEOUT:-"10m"}" bash 
"${DORIS_HOME}"/be/bin/stop_be.sh --grace; then
         echo "INFO: doris be stopped gracefully."


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

Reply via email to