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

adonisling 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 c9179bd155 [chore](workflow) Fix the workflow BE UT (macOS) (#17403)
c9179bd155 is described below

commit c9179bd155326da3922eb2410f57638f0e45f7c0
Author: Adonis Ling <[email protected]>
AuthorDate: Fri Mar 3 23:34:54 2023 +0800

    [chore](workflow) Fix the workflow BE UT (macOS) (#17403)
    
    #17292 enabled detect_container_overflow which made the workflow BE UT 
(macOS) fail.
---
 run-be-ut.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/run-be-ut.sh b/run-be-ut.sh
index 9bd7c2864f..0c9225bd37 100755
--- a/run-be-ut.sh
+++ b/run-be-ut.sh
@@ -262,7 +262,7 @@ mkdir "${UT_TMP_DIR}"
 touch "${UT_TMP_DIR}/tmp_file"
 
 # set asan and ubsan env to generate core file
-export 
ASAN_OPTIONS=symbolize=1:abort_on_error=1:disable_coredump=0:unmap_shadow_on_exit=1:detect_container_overflow=1
+export 
ASAN_OPTIONS=symbolize=1:abort_on_error=1:disable_coredump=0:unmap_shadow_on_exit=1:detect_container_overflow=0
 export UBSAN_OPTIONS=print_stacktrace=1
 
 # find all executable test files


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

Reply via email to