]> git.ipfire.org Git - thirdparty/bind9.git/commit
Add system test for self-pointed glue deduplication
authorColin Vidal <colin@isc.org>
Thu, 5 Feb 2026 10:20:11 +0000 (11:20 +0100)
committerMichał Kępień <michal@isc.org>
Thu, 7 May 2026 11:21:59 +0000 (13:21 +0200)
commitd2a67ba22246029192d8072d31b97e3bfd235f64
tree56910719db0055ceba66afea2f6d43bc353b8ea1
parente25eaf9e6e09bbdd826252226144570222d542d8
Add system test for self-pointed glue deduplication

Test the resolver's behavior with self-pointed glue where each NS
has the same set of addresses.  Verify that addresses are
deduplicated and each unique IP is only queried once.

Also test the ADB address limit knob (-T adbaddrslimit=).

(cherry picked from commit c21fc6cb95d77312d6fb891f17ce9df41a25af6d)
12 files changed:
bin/tests/system/selfpointedglue/ns1/named.conf.j2 [new file with mode: 0644]
bin/tests/system/selfpointedglue/ns1/root.db [new file with mode: 0644]
bin/tests/system/selfpointedglue/ns2/named.conf.j2 [new file with mode: 0644]
bin/tests/system/selfpointedglue/ns2/tld.db [new file with mode: 0644]
bin/tests/system/selfpointedglue/ns3/example.tld.db [new file with mode: 0644]
bin/tests/system/selfpointedglue/ns3/example2.tld.db [new file with mode: 0644]
bin/tests/system/selfpointedglue/ns3/named.conf.j2 [new file with mode: 0644]
bin/tests/system/selfpointedglue/ns4/named.args.j2 [new file with mode: 0644]
bin/tests/system/selfpointedglue/ns4/named.conf.j2 [new file with mode: 0644]
bin/tests/system/selfpointedglue/ns4/root.hint [new file with mode: 0644]
bin/tests/system/selfpointedglue/prereq.sh [new file with mode: 0644]
bin/tests/system/selfpointedglue/tests_selfpointedglue.py [new file with mode: 0644]