]> git.ipfire.org Git - thirdparty/bind9.git/commit
Add test for not-loading and not-transfering huge RRSets
authorOndřej Surý <ondrej@isc.org>
Thu, 23 May 2024 17:12:40 +0000 (19:12 +0200)
committerNicki Křížek <nicki@isc.org>
Mon, 10 Jun 2024 16:50:05 +0000 (18:50 +0200)
commitb77606d167eebd70996e7ec165b649b80d05b6f7
treeee92363fdc45f1c055608cbfc272019d4db4f712
parente699ef939e68c51eb3c50ecaaf0eb122216fc488
Add test for not-loading and not-transfering huge RRSets

Add two new masterformat tests - the 'huge' zone fits within the ns1
limit and loads on the primary ns1 server, but must not transfer to the
ns2 secondary, and the 'uber' zone should not even load on the primary
ns1 server.

(cherry picked from commit cee9ad81db6e5a1167b311e5c2f42cf65ba457cd)
bin/tests/system/doth/ns1/named.conf.in
bin/tests/system/limits/ns1/named.conf.in
bin/tests/system/masterformat/ns1/compile.sh
bin/tests/system/masterformat/ns1/huge.db.in [new file with mode: 0644]
bin/tests/system/masterformat/ns1/named.conf.in
bin/tests/system/masterformat/ns1/uber.db.in [new file with mode: 0644]
bin/tests/system/masterformat/ns2/named.conf.in
bin/tests/system/masterformat/setup.sh
bin/tests/system/masterformat/tests.sh