Mats Dufberg
Mats Dufberg
* Add status column to the test case tracking issue (https://github.com/zonemaster/zonemaster/issues/1051). * Most messages on DebugX level are not covered by the test cases. * Create a tracking issue for...
> One possible course of action is to enable this test only in CI environments and disable it anywhere else. Ensuring that PO files are formatted in a consistent way...
> The exact same thing happens when I run unit tests on Zonemaster::CLI. `po-files.t` is not in MANIFEST on CLI either.
Even if "internationalization" and "localization" are established terms the documentation could be less confusing if it concretely explains what it is all about.
> - 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 be clearer to...
What is the purpose of mixing case in ``` illegal1 IN CNAME target0 ILLEGAL1 IN CNAME target1 ``` and others?
> Generally it is to test case-insensitivity of the implementation. But here it is also about testing that several CNAME records with the same owner name (with different cases) lead...
@tgreenx, How should the unit tests react on NODATA and NXDOMAIN responses, respectively? NODATA: ``` ; DiG 9.18.18-0ubuntu0.22.04.1-Ubuntu @127.31.1.31 alias-nodata.recursor.core.xa A ; (1 server found) ;; global options: +cmd ;;...
@tgreenx, see https://github.com/zonemaster/zonemaster/pull/1220
(I removed an erroneous comment) With updated test data only one unit test fails (my update of the `t` file to print out the scenario name): ``` ok 56 -...