mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-24 00:29:58 -05:00
- Disable minimal-responses in subnet unit tests.
git-svn-id: file:///svn/unbound/trunk@4881 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
27472f1270
commit
5577e55400
5 changed files with 7 additions and 0 deletions
|
|
@ -1,3 +1,6 @@
|
||||||
|
31 August 2018: Wouter
|
||||||
|
- Disable minimal-responses in subnet unit tests.
|
||||||
|
|
||||||
30 August 2018: Wouter
|
30 August 2018: Wouter
|
||||||
- Fix that a local-zone with a local-zone-type that is transparent
|
- Fix that a local-zone with a local-zone-type that is transparent
|
||||||
in a view with view-first, makes queries check for answers from the
|
in a view with view-first, makes queries check for answers from the
|
||||||
|
|
|
||||||
1
testdata/subnet_cached.crpl
vendored
1
testdata/subnet_cached.crpl
vendored
|
|
@ -12,6 +12,7 @@ server:
|
||||||
verbosity: 3
|
verbosity: 3
|
||||||
access-control: 127.0.0.1 allow_snoop
|
access-control: 127.0.0.1 allow_snoop
|
||||||
qname-minimisation: "no"
|
qname-minimisation: "no"
|
||||||
|
minimal-responses: no
|
||||||
|
|
||||||
stub-zone:
|
stub-zone:
|
||||||
name: "."
|
name: "."
|
||||||
|
|
|
||||||
1
testdata/subnet_max_source.crpl
vendored
1
testdata/subnet_max_source.crpl
vendored
|
|
@ -10,6 +10,7 @@ server:
|
||||||
module-config: "subnetcache validator iterator"
|
module-config: "subnetcache validator iterator"
|
||||||
verbosity: 3
|
verbosity: 3
|
||||||
qname-minimisation: "no"
|
qname-minimisation: "no"
|
||||||
|
minimal-responses: no
|
||||||
|
|
||||||
stub-zone:
|
stub-zone:
|
||||||
name: "."
|
name: "."
|
||||||
|
|
|
||||||
1
testdata/subnet_val_positive.crpl
vendored
1
testdata/subnet_val_positive.crpl
vendored
|
|
@ -10,6 +10,7 @@ server:
|
||||||
module-config: "subnetcache validator iterator"
|
module-config: "subnetcache validator iterator"
|
||||||
verbosity: 3
|
verbosity: 3
|
||||||
qname-minimisation: "no"
|
qname-minimisation: "no"
|
||||||
|
minimal-responses: no
|
||||||
|
|
||||||
stub-zone:
|
stub-zone:
|
||||||
name: "."
|
name: "."
|
||||||
|
|
|
||||||
1
testdata/subnet_val_positive_client.crpl
vendored
1
testdata/subnet_val_positive_client.crpl
vendored
|
|
@ -11,6 +11,7 @@ server:
|
||||||
module-config: "subnetcache validator iterator"
|
module-config: "subnetcache validator iterator"
|
||||||
verbosity: 3
|
verbosity: 3
|
||||||
qname-minimisation: "no"
|
qname-minimisation: "no"
|
||||||
|
minimal-responses: no
|
||||||
|
|
||||||
stub-zone:
|
stub-zone:
|
||||||
name: "."
|
name: "."
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue