]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnsdist: Enable memory leak detection in CI during regression tests
authorRemi Gacogne <remi.gacogne@powerdns.com>
Thu, 2 May 2024 09:24:03 +0000 (11:24 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Tue, 7 May 2024 07:12:55 +0000 (09:12 +0200)
.github/workflows/build-and-test-all.yml

index 728fc798e72f416efe86cd1d1ea1e7f4db2fe383..c30fb4a06a2fd853d391cf8723cd83c4476ebba0 100644 (file)
@@ -655,7 +655,7 @@ jobs:
       env:
         UBSAN_OPTIONS: "print_stacktrace=1:halt_on_error=1:suppressions=${{ env.REPO_HOME }}/build-scripts/UBSan.supp"
         # Disabling (intercept_send=0) the custom send wrappers for ASAN and TSAN because they cause the tools to report a race that doesn't exist on actual implementations of send(), see https://github.com/google/sanitizers/issues/1498
-        ASAN_OPTIONS: detect_leaks=0:intercept_send=0
+        ASAN_OPTIONS: intercept_send=0
         TSAN_OPTIONS: "halt_on_error=1:intercept_send=0:suppressions=${{ env.REPO_HOME }}/pdns/dnsdistdist/dnsdist-tsan.supp"
         # IncludeDir tests are disabled because of a weird interaction between TSAN and these tests which ever only happens on GH actions
         SKIP_INCLUDEDIR_TESTS: yes