]> 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 14:55:09 +0000 (16:55 +0200)
commit5d4e57b91453d05b484c6e70241bb7f3cb7ecdaa
tree14fa8eb7cfebf1ca3e3b59c19c5a8308f8e18db2
parent32af7299ebc116146b87e9c2316de6b62d24cec2
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.
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