]> git.ipfire.org Git - thirdparty/bind9.git/commit
add a system test for AXFR fallback when max-ixfr-ratio is exceeded
authorEvan Hunt <each@isc.org>
Sat, 22 Feb 2020 06:48:34 +0000 (22:48 -0800)
committerEvan Hunt <each@isc.org>
Fri, 6 Mar 2020 01:20:16 +0000 (17:20 -0800)
commitdb177d4e7e2a0a124734156eaf939846cc06bcf2
treed95cc44fbac15756822ad2c5697c9ee11ec00f2c
parentcb02219b6c7517b534ef4892f9be1807f5be3e0b
add a system test for AXFR fallback when max-ixfr-ratio is exceeded

also cleaned up the ixfr system test:

- use retry_quiet when applicable
- use scripts to generate test zones
- improve consistency
14 files changed:
bin/tests/system/ixfr/clean.sh
bin/tests/system/ixfr/ixfr-stats.good
bin/tests/system/ixfr/ns1/.gitignore [deleted file]
bin/tests/system/ixfr/ns1/named.conf.in [new file with mode: 0644]
bin/tests/system/ixfr/ns1/startme [deleted file]
bin/tests/system/ixfr/ns3/mytest0.db [deleted file]
bin/tests/system/ixfr/ns3/mytest1.db [deleted file]
bin/tests/system/ixfr/ns3/mytest2.db [deleted file]
bin/tests/system/ixfr/ns3/named.conf.in
bin/tests/system/ixfr/ns3/subtest0.db [deleted file]
bin/tests/system/ixfr/ns3/subtest1.db [deleted file]
bin/tests/system/ixfr/setup.sh
bin/tests/system/ixfr/tests.sh
util/copyrights