]> 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 16:50:06 +0000 (18:50 +0200)
commit19dc77ac484b3e5de3c57bb892e92635b7170d10
treea4bd5cbba0d665bfa2f92decbfe06d704ccaeb8b
parent39d3e2a8ecc1cb4dccefa3ddea477a2887989485
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.

(cherry picked from commit 7e4530f847c8dc541c5e5bf9f790deed520aaa16)
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