]> git.ipfire.org Git - thirdparty/bind9.git/commit
Test that +short does not leak the ";; " comments
authorMartin Basti <mbasti@isc.org>
Tue, 21 Jul 2026 13:49:00 +0000 (13:49 +0000)
committerMartin Basti <mbasti@isc.org>
Tue, 21 Jul 2026 19:28:09 +0000 (21:28 +0200)
commit6dc2d6b2eb3e0deada16154c3f8281acbf9bad80
tree211f336ca68d3cd5a471ab69e364f8612c743b0f
parentb7bc83c4b01dbae125a4f9a628e07a3ea6e6b8eb
Test that +short does not leak the ";; " comments

Plain +short already turns lookup->comments off, so the regression it
guards against only surfaces with "+short +comments", where +comments
re-enables the comment toggle while short form is still in effect.  The
existing silent-then-servfail scenario is reused because its retry path
reliably prints a "Got SERVFAIL reply from ..." comment; the +comments
case (without +short) is asserted first so the absence check is
meaningful.

Assisted-by: Claude:claude-opus-4-8
bin/tests/system/digdelv/tests.sh