]> 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, 5 May 2020 21:47:19 +0000 (23:47 +0200)
commitb06df900b8504502bde4abc414bb6b309a86efb6
treee7c3a72c7330d42a72e99faa04522c2c62ebc547
parent27f868f34c79cca80a1c3fd46353258be26c3a7f
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