]> 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)
committerOndřej Surý <ondrej@isc.org>
Mon, 29 Jul 2024 09:27:54 +0000 (11:27 +0200)
commitbf0df5322c46949c56ea6b3d5e8b56123e6f71ae
treef521667a2f2b50ebacbdfada7a1c4e79bc43f8cc
parentf63d72fb7e5813585c92d7f92bdcc5885cd04edc
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/limits/ns1/named.conf.in
bin/tests/system/masterformat/clean.sh
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