]> git.ipfire.org Git - thirdparty/bind9.git/commit
Add a test for not caching large number of RRsets
authorOndřej Surý <ondrej@isc.org>
Tue, 28 May 2024 13:23:24 +0000 (15:23 +0200)
committerNicki Křížek <nicki@isc.org>
Mon, 10 Jun 2024 14:55:10 +0000 (16:55 +0200)
commit86aa4674abf91091edbc0816c31052c1d2712a4b
tree646b5cf88a47386f2b8f0ef7c0ab8a2cb2bf8252
parent52b3d86ef0bb926a0ddd87da5f986a13a6c6d106
Add a test for not caching large number of RRsets

Send a recursive query for a large number of RRsets, which should
fail when using the default max-types-per-name setting of 100, but
succeed when the cap is disabled.
bin/tests/system/reclimit/ns1/big.db
bin/tests/system/reclimit/ns1/named.conf.in
bin/tests/system/reclimit/ns3/named5.conf.in
bin/tests/system/reclimit/ns3/named6.conf.in [new file with mode: 0644]
bin/tests/system/reclimit/tests.sh