From: Štěpán Balážik Date: Mon, 5 Jan 2026 13:03:11 +0000 (+0000) Subject: fix: test: Set default_aa on AsyncDnsServer to False by default X-Git-Tag: v9.21.17~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c511314c543ac6710d1ef47ca7c73ddf71277906;p=thirdparty%2Fbind9.git fix: test: Set default_aa on AsyncDnsServer to False by default In !11179 I mistakenly set the default for `default_aa` for `AsyncDnsServer()` to `True` and then explicitly set it to True in cases where all the `ResponseHandlers` said `yield DnsResponseSend(..., authoritative=True)` as if the default was `False`. Also the rest of `AsyncDnsServer` code (namely `_prepare_responses`) reads like `default_aa` is `False` by default. This accidentally changed the behavior of servers which don't set the `default_aa` and where AA is not set from the zone data (e.g. `dispatch/ans3`). Merge branch 'stepan/set-asyncdnsserver-dafault-aa-to-false-by-default' into 'main' See merge request isc-projects/bind9!11419 --- c511314c543ac6710d1ef47ca7c73ddf71277906