]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Disable temporarily unsupported tests on Windows
authorMichał Kępień <michal@isc.org>
Tue, 9 Jun 2020 13:35:54 +0000 (15:35 +0200)
committerMichał Kępień <michal@isc.org>
Tue, 9 Jun 2020 13:35:54 +0000 (15:35 +0200)
Due to the changes introduced by the Automake migration, system tests
requiring Python (chain, pipelined, qmin, tcp), dynamic loading of
shared objects (dlzexternal, dyndb, filter-aaaa), or LMDB (nzd2nzf)
currently do not work on Windows.  Temporarily disable them on that
platform by moving them from the PARALLEL_COMMON list to the
PARALLEL_UNIX list until the situation is rectified.

bin/tests/system/conf.sh.common
bin/tests/system/conf.sh.in

index a571b2d275d0c2105b95909d86b0519dfe8fbc56..02dd4fa41a9bbbb2a55cc5d90090704f82fe450b 100644 (file)
@@ -63,7 +63,6 @@ cacheclean
 case
 catz
 cds
-chain
 checkconf
 checknames
 checkzone
@@ -71,17 +70,14 @@ cookie
 database
 digdelv
 dlz
-dlzexternal
 dns64
 dscp
 dsdigest
-dyndb
 ecdsa
 eddsa
 ednscompliance
 emptyzones
 fetchlimit
-filter-aaaa
 formerr
 forward
 geoip2
@@ -104,11 +100,8 @@ names
 notify
 nslookup
 nsupdate
-nzd2nzf
 padding
 pending
-pipelined
-qmin
 reclimit
 redirect
 resolver
@@ -129,7 +122,6 @@ statistics
 statschannel
 stub
 synthfromdnssec
-tcp
 tkey
 tools
 tsig
index 552b7a0edea0f1e15e63b9842c7416087c333e08..160b8148fc827d70afb5b8302b78d69158ced2cf 100644 (file)
@@ -80,7 +80,16 @@ KRB5_CONFIG=/dev/null
 SEQUENTIAL_UNIX="@PKCS11_TEST@"
 SEQUENTIALDIRS="$SEQUENTIAL_COMMON $SEQUENTIAL_UNIX"
 
-PARALLEL_UNIX="@DNSTAP@ logfileconfig"
+PARALLEL_UNIX="@DNSTAP@
+chain
+dlzexternal
+dyndb
+filter-aaaa
+logfileconfig
+nzd2nzf
+pipelined
+qmin
+tcp"
 PARALLELDIRS="$PARALLEL_COMMON $PARALLEL_UNIX"
 
 SUBDIRS="$SEQUENTIALDIRS $PARALLELDIRS"