]> git.ipfire.org Git - thirdparty/bind9.git/commit
Add test for reduction in number of fetches
authorStephen Morris <stephen@isc.org>
Thu, 5 Mar 2020 18:46:46 +0000 (18:46 +0000)
committerMichał Kępień <michal@isc.org>
Tue, 19 May 2020 10:30:29 +0000 (12:30 +0200)
commit19eda751b4f96fe2a15ee31fce0cc9fb118d9b80
tree9449583dd9e3c754f6d3d40f7a896dcec04957c1
parent3ee5ea2fdb33d3cf0be0b5b22edc57551fd8caa0
Add test for reduction in number of fetches

Add a system test that counts how many address fetches are made
for different numbers of NS records and checks that the number
are successfully limited.
bin/tests/system/resolver/clean.sh
bin/tests/system/resolver/ns4/named.conf.in
bin/tests/system/resolver/ns4/root.db
bin/tests/system/resolver/ns4/sourcens.db [new file with mode: 0644]
bin/tests/system/resolver/ns5/named.conf.in
bin/tests/system/resolver/ns6/named.conf.in
bin/tests/system/resolver/ns6/targetns.db [new file with mode: 0644]
bin/tests/system/resolver/tests.sh