]> git.ipfire.org Git - thirdparty/bind9.git/commit
Add a test for not caching large RRset
authorEvan Hunt <each@isc.org>
Fri, 24 May 2024 02:07:34 +0000 (19:07 -0700)
committerNicki Křížek <nicki@isc.org>
Mon, 10 Jun 2024 16:50:06 +0000 (18:50 +0200)
commit197b08009dee36d3a065afbe933d5dc4f727c33f
treed00fffde9eceddab757d641b4dbadd61ba5c370c
parentb77606d167eebd70996e7ec165b649b80d05b6f7
Add a test for not caching large RRset

Send a recursive query for a large (2500 record) RRset, which should
fail when using the default max-records-per-type setting of 100, but
succeed when the cap is disabled.

(cherry picked from commit 8e3efb4e06ba68cc3f9bc5be2bacb2596bd74cb3)
bin/tests/system/reclimit/ns1/big.db [new file with mode: 0644]
bin/tests/system/reclimit/ns1/named.conf.in
bin/tests/system/reclimit/ns1/root.db
bin/tests/system/reclimit/ns3/named5.conf.in [new file with mode: 0644]
bin/tests/system/reclimit/tests.sh