Skip to content

Add ASAN- and TSAN-enabled respdiff jobs

Michal Nowak requested to merge mnowak/asan-tsan-respdiff-jobs into main

Neither of the new CI jobs can reliably pass at the moment; hence they are defined with allow_failure: true until issues in the code base are resolved.

Validation pipeline: https://gitlab.isc.org/isc-projects/bind9/-/pipelines/121090

New ASAN jobs (may) fail with #3671 (closed) (I checked the backtrace of 2929826, and it looks the same).

New TSAN jobs fail with:

data race /builds/isc-projects/bind9/lib/dns/dispatch.c:358 in deactivate_dispentry
data race /builds/isc-projects/bind9/lib/dns/dispatch.c:1429 in dns_dispatch_add

Prerequisite: isc-private/bind-qa!53

Merge request reports