From: Evan Hunt Date: Thu, 9 Oct 2014 16:30:46 +0000 (-0700) Subject: [master] turn off servfail cache in masterformat test X-Git-Tag: v9.11.0a1~1360^2~7 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=ca0ee90361c55442bf51fb1a5a680e39e49e5570;p=thirdparty%2Fbind9.git [master] turn off servfail cache in masterformat test --- diff --git a/bin/tests/system/masterformat/ns1/named.conf b/bin/tests/system/masterformat/ns1/named.conf index 0968e729e03..d52ef6acfc9 100644 --- a/bin/tests/system/masterformat/ns1/named.conf +++ b/bin/tests/system/masterformat/ns1/named.conf @@ -27,6 +27,7 @@ options { notify no; dnssec-enable yes; session-keyfile "session.key"; + servfail-ttl 0; }; key rndc_key { diff --git a/bin/tests/system/masterformat/ns2/named.conf b/bin/tests/system/masterformat/ns2/named.conf index 8da301ef1f6..8307f1f0950 100644 --- a/bin/tests/system/masterformat/ns2/named.conf +++ b/bin/tests/system/masterformat/ns2/named.conf @@ -26,6 +26,7 @@ options { recursion no; notify no; dnssec-enable yes; + servfail-ttl 0; }; zone "example" {