]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Disable tsan regression runs for rec for now, there is a failure 11038/head
authorOtto <otto.moerbeek@open-xchange.com>
Fri, 26 Nov 2021 11:21:23 +0000 (12:21 +0100)
committerOtto <otto.moerbeek@open-xchange.com>
Fri, 26 Nov 2021 11:21:23 +0000 (12:21 +0100)
mode that if it hits makes almost all remaining test fail.  Symptom
is that the auths do not start up properly.

.github/workflows/build-and-test-all.yml

index 46bf0d36a48f5a38189546069df70eb2cee151c2..f4dc548ea082129e8abc05d19619063b417b81b9 100644 (file)
@@ -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