Skip to content

Commit

Permalink
[chore](workflow) Fix the workflow BE UT (macOS) (apache#17403)
Browse files Browse the repository at this point in the history
apache#17292 enabled detect_container_overflow which made the workflow BE UT (macOS) fail.
  • Loading branch information
adonis0147 committed Apr 24, 2023
1 parent 9eddb53 commit a4ad2a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run-be-ut.sh
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,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
Expand Down

0 comments on commit a4ad2a8

Please sign in to comment.