File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed
config_generator/components Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ class Test(Function):
1212 commands = bash_exec (
1313 command_type = EvgCommandType .TEST ,
1414 include_expansions_in_env = [
15+ 'ASAN_SYMBOLIZER_PATH' ,
1516 'build_type' ,
1617 'CRYPT_SHARED_LIB_PATH' , # Set by run-orchestration.sh in "start_mongod".
1718 'cse_aws_access_key_id' ,
Original file line number Diff line number Diff line change @@ -59,6 +59,7 @@ def tasks():
5959
6060 compile_vars = {'ENABLE_TESTS' : 'ON' }
6161 test_vars = {
62+ 'ASAN_SYMBOLIZER_PATH' : '/opt/mongodbtoolchain/v4/bin/llvm-symbolizer' ,
6263 'TEST_WITH_CSFLE' : 'ON' ,
6364 'MONGOCXX_TEST_TOPOLOGY' : topology ,
6465 'example_projects_cc' : cc_compiler ,
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ set -o pipefail
1414: " ${MONGOCXX_TEST_TOPOLOGY:? } "
1515: " ${UV_INSTALL_DIR:? } "
1616
17+ : " ${ASAN_SYMBOLIZER_PATH:- } "
1718: " ${CRYPT_SHARED_LIB_PATH:- } "
1819: " ${disable_slow_tests:- } "
1920: " ${example_projects_cc:- } "
You can’t perform that action at this time.
0 commit comments