mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
Re-enable delv tests with TSAN
With the loopmgr rewrite in 9.20, the delv issue shoud no longer happen,
thus the delv tests can be executed under TSAN as well.
(cherry picked from commit 7e118fdb06)
This commit is contained in:
parent
ad2662e1d0
commit
80be56f89b
1 changed files with 1 additions and 5 deletions
|
|
@ -23,6 +23,7 @@ BASIC_VARS = {
|
|||
"CHECKCONF": f"{AC_VARS['TOP_BUILDDIR']}/bin/check/named-checkconf",
|
||||
"CHECKZONE": f"{AC_VARS['TOP_BUILDDIR']}/bin/check/named-checkzone",
|
||||
"DIG": f"{AC_VARS['TOP_BUILDDIR']}/bin/dig/dig",
|
||||
"DELV": f"{AC_VARS['TOP_BUILDDIR']}/bin/delv/delv",
|
||||
"DNSTAPREAD": f"{AC_VARS['TOP_BUILDDIR']}/bin/tools/dnstap-read",
|
||||
"DSFROMKEY": f"{AC_VARS['TOP_BUILDDIR']}/bin/dnssec/dnssec-dsfromkey",
|
||||
"FEATURETEST": f"{AC_VARS['TOP_BUILDDIR']}/bin/tests/system/feature-test",
|
||||
|
|
@ -54,11 +55,6 @@ BASIC_VARS = {
|
|||
"TMPDIR": os.getenv("TMPDIR", "/tmp"),
|
||||
"KRB5_CONFIG": "/dev/null", # we don't want a KRB5_CONFIG setting breaking the tests
|
||||
"KRB5_KTNAME": "dns.keytab", # use local keytab instead of default /etc/krb5.keytab
|
||||
"DELV": (
|
||||
f"{AC_VARS['TOP_BUILDDIR']}/bin/delv/delv"
|
||||
if not os.getenv("TSAN_OPTIONS", "")
|
||||
else ":" # workaround for GL#4119
|
||||
),
|
||||
"LC_ALL": "C",
|
||||
"ANS_LOG_LEVEL": "debug",
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue