Skip to content

Commit 6edab36

Browse files
committed
Try to get some better stack traces for the leaks
1 parent 79d8c43 commit 6edab36

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

azure/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ steps:
1313
export REPORT_EXIT_STATUS=no
1414
export SKIP_IO_CAPTURE_TESTS=1
1515
export MSAN_SYMBOLIZER_PATH=/usr/lib/llvm-6.0/bin/llvm-symbolizer
16+
export ASAN_OPTIONS=fast_unwind_on_malloc=0
1617
rm -rf junit.xml | true
1718
php run-tests.php -P -q \
1819
-j$(/usr/bin/nproc) \
@@ -21,7 +22,8 @@ steps:
2122
--show-diff \
2223
--show-slow 1000 \
2324
--set-timeout 120 \
24-
${{ parameters.runTestsParameters }}
25+
${{ parameters.runTestsParameters }} \
26+
ext/ldap
2527
displayName: 'Test ${{ parameters.configurationName }} ${{ parameters.runTestsName }}'
2628
condition: or(succeeded(), failed())
2729
- task: PublishTestResults@2

0 commit comments

Comments
 (0)