Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Undelegated test cannot be run #1089

Closed
matsduf opened this issue Jun 15, 2022 · 1 comment · Fixed by #1090
Closed

Undelegated test cannot be run #1089

matsduf opened this issue Jun 15, 2022 · 1 comment · Fixed by #1090
Assignees
Labels
T-Bug Type: Bug in software or error in test case description
Milestone

Comments

@matsduf
Copy link
Contributor

matsduf commented Jun 15, 2022

Trying an undelegated test with version v2022.1 fails:

$ zonemaster-cli --version
CLI version:    v4.0.0
Engine version: v4.5.0

(...)
$ zonemaster-cli --ns nsa.dnsnode.net --ns nsu.dnsnode.net --ns nsp.dnsnode.net iis.se 
Seconds Level     Testcase       Message
======= ========= ============== =======
   0.38 ERROR     UNSPECIFIED    The fake delegation of domain iis.se includes a name server nsp.dnsnode.net that cannot be resolved to any IP address.
   0.39 ERROR     UNSPECIFIED    The fake delegation of domain iis.se includes a name server nsa.dnsnode.net that cannot be resolved to any IP address.
   0.39 ERROR     UNSPECIFIED    The fake delegation of domain iis.se includes a name server nsu.dnsnode.net that cannot be resolved to any IP address.
   0.04 CRITICAL  BASIC02        No NS records for tested zone from parent. NS tests skipped.
   0.04 CRITICAL  UNSPECIFIED    Not enough data about iis.se was found to be able to run tests.

The error can also be seen through GUI: https://zonemaster.net/result/7c0bc2376ff5070d

Running the command with previous release works as expected:

$ zonemaster-cli --version
CLI version:    v3.2.0
Engine version: v4.4.0

(...)
$ zonemaster-cli --ns nsa.dnsnode.net --ns nsu.dnsnode.net --ns nsp.dnsnode.net iis.se --test basic --level INFO
Seconds Level     Message
======= ========= =======
   0.00 INFO      Using version v4.4.0 of the Zonemaster engine.
   0.05 INFO      Parent domain 'se' was found for the tested domain.
   0.76 INFO      Nameserver nsa.dnsnode.net/2a01:3f1:46::53 listed these servers as glue: nsa.dnsnode.net.,nsp.dnsnode.net.,nsu.dnsnode.net..
   0.76 INFO      Nameserver nsa.dnsnode.net/194.58.192.46 listed these servers as glue: nsa.dnsnode.net.,nsp.dnsnode.net.,nsu.dnsnode.net..
   0.77 INFO      Nameserver nsp.dnsnode.net/2a01:3f1:3032::53 listed these servers as glue: nsa.dnsnode.net.,nsp.dnsnode.net.,nsu.dnsnode.net..
   0.77 INFO      Nameserver nsp.dnsnode.net/194.58.198.32 listed these servers as glue: nsa.dnsnode.net.,nsp.dnsnode.net.,nsu.dnsnode.net..
   0.77 INFO      Nameserver nsu.dnsnode.net/2a01:3f0:400::32 listed these servers as glue: nsa.dnsnode.net.,nsp.dnsnode.net.,nsu.dnsnode.net..
   0.78 INFO      Nameserver nsu.dnsnode.net/185.42.137.98 listed these servers as glue: nsa.dnsnode.net.,nsp.dnsnode.net.,nsu.dnsnode.net..
   0.78 INFO      Functional nameserver found. "A" query for www.iis.se test skipped.
@matsduf matsduf added the T-Bug Type: Bug in software or error in test case description label Jun 15, 2022
@matsduf matsduf added this to the v2022.1.1 milestone Jun 15, 2022
tgreenx added a commit to tgreenx/zonemaster-engine that referenced this issue Jun 16, 2022
@tgreenx tgreenx linked a pull request Jun 16, 2022 that will close this issue
@tgreenx tgreenx self-assigned this Jun 16, 2022
@matsduf
Copy link
Contributor Author

matsduf commented Jun 16, 2022

Resolved by #1090.

tgreenx added a commit that referenced this issue Jul 6, 2022
#1089 - Fix default value for undelegated tests
@matsduf matsduf closed this as completed Jul 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T-Bug Type: Bug in software or error in test case description
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants