Commit 25f5b617b8 for bind
commit 25f5b617b80b0f0518652a9cc0e085fb97d5deb4
Merge: dd97410a81 3bab54bdf3
Author: Nicki Křížek <nicki@isc.org>
Date: Fri Sep 25 12:04:50 2026 +0200
fix: test: Disable the SIG(0) checks quota in the sig0 test
named releases the SIG(0) quota only after the query callback, which
already sent the response, returns. test_sig0_hmac sends its second
query right after reading the first answer, so under slow builds
(TSAN) the second query can find the default quota of 1 still taken
and get REFUSED instead of SERVFAIL. None of the sig0 tests exercise
the quota itself.
Assisted-by: Claude:claude-opus-5-5
Merge branch 'nicki/exempt-sig0-hmac-test-from-quota' into 'main'
See merge request isc-projects/bind9!12824