tgreenx
tgreenx
Solved by #1389
This issue reveals another problem for this test case. In the current implementation, it is an SOA query that is sent for this test case (see [here](https://github.com/zonemaster/zonemaster-engine/blob/master/lib/Zonemaster/Engine/Test/Nameserver.pm#L876)), which means that...
#1147 deprecates `resolver.defaults.dnssec` and `resolver.defaults.edns_size`. Expected to be removed in 2023.2.
> #1147 deprecates `resolver.defaults.dnssec` and `resolver.defaults.edns_size`. Expected to be removed in 2023.2. Removed by https://github.com/zonemaster/zonemaster-engine/pull/1309
> resolver.defaults.fallback See also a previous issue: https://github.com/zonemaster/zonemaster-engine/issues/1071.
Partly solved by #1040, only because that Perl module is not used anywhere yet.
> Partly solved by #1040, only because that Perl module is not used anywhere yet. Now used by both interfaces (CLI and Backend) since release v2023.2, see https://github.com/zonemaster/zonemaster-cli/pull/357 and https://github.com/zonemaster/zonemaster-backend/pull/1132.
I tried resolving this but somehow I didn't manage to get it to work. For some reason, I cannot catch the exception: ``` $ git diff diff --git a/lib/Zonemaster/Engine/Util.pm b/lib/Zonemaster/Engine/Util.pm...
> > * the response (answer) does not contain records related to the query (question), but does contain at least one CNAME record for the name > > I will...
> Sure, I will make an update to provide better wording according to your suggestions. Done. Description of this PR and commit's log message are now updated.