]> git.ipfire.org Git - thirdparty/bind9.git/commit
fix: test: Portions of two dnssec-malformed-dnskey tests need querytrace
authorMichal Nowak <mnowak@isc.org>
Thu, 15 Jan 2026 13:07:25 +0000 (14:07 +0100)
committerMichal Nowak <mnowak@isc.org>
Thu, 15 Jan 2026 13:07:25 +0000 (14:07 +0100)
commit876060f3efe6ff65af997712d31ca9fda90bba60
tree1a5ef0d2d88449519bef33214f5540bd2973cb02
parent3011bb7a4ef45351383be0a0b02cab7a996104a8
parentd03b3f5a1d3114b30e9f30a82caf9ccf38c0816b
fix: test: Portions of two dnssec-malformed-dnskey tests need querytrace

Without querytrace set, test_malformed_ecdsa and test_multiple_rrsigs
fail on the log_validation_failed string.

Merge branch 'mnowak/dnssec-malformed-dnskey-needs-querytrace' into 'main'

See merge request isc-projects/bind9!11454