From: Otto Date: Fri, 26 Nov 2021 11:21:23 +0000 (+0100) Subject: Disable tsan regression runs for rec for now, there is a failure X-Git-Tag: rec-4.7.0-alpha0~14^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F11038%2Fhead;p=thirdparty%2Fpdns.git Disable tsan regression runs for rec for now, there is a failure mode that if it hits makes almost all remaining test fail. Symptom is that the auths do not start up properly. --- diff --git a/.github/workflows/build-and-test-all.yml b/.github/workflows/build-and-test-all.yml index 46bf0d36a4..f4dc548ea0 100644 --- a/.github/workflows/build-and-test-all.yml +++ b/.github/workflows/build-and-test-all.yml @@ -303,7 +303,7 @@ jobs: runs-on: ubuntu-20.04 strategy: matrix: - sanitizers: [ubsan+asan, tsan] + sanitizers: [ubsan+asan] env: UBSAN_OPTIONS: 'print_stacktrace=1:halt_on_error=1:suppressions=/home/runner/work/pdns/pdns/build-scripts/UBSan.supp' ASAN_OPTIONS: detect_leaks=0