Updates DNSSEC07 test case specification#1425
Merged
matsduf merged 34 commits intoNov 13, 2025
Merged
Conversation
Adds text that DNSSEC07 is special and should be run first in the DNSSEC module. The output of the test case governs if any other DNSSEC test cases should be run, except DNSSEC11 that should always be run second in the DNSSEC module.
Contributor
Author
|
@peterthomassen, please review this PR. For the test scenarios for the test case, see #1432, and in that see |
peterthomassen
left a comment
There was a problem hiding this comment.
thank you for working on this!
matsduf
commented
Oct 20, 2025
matsduf
left a comment
Contributor
Author
There was a problem hiding this comment.
@peterthomassen, thank you for the review. I have updated the text based on your comments.
tgreenx
reviewed
Oct 30, 2025
Contributor
|
Implementation in zonemaster/zonemaster-engine#1476. |
Co-authored-by: tgreenx <96772376+tgreenx@users.noreply.github.com>
Co-authored-by: tgreenx <96772376+tgreenx@users.noreply.github.com>
Co-authored-by: tgreenx <96772376+tgreenx@users.noreply.github.com>
Co-authored-by: tgreenx <96772376+tgreenx@users.noreply.github.com>
Co-authored-by: tgreenx <96772376+tgreenx@users.noreply.github.com>
Co-authored-by: tgreenx <96772376+tgreenx@users.noreply.github.com>
Co-authored-by: tgreenx <96772376+tgreenx@users.noreply.github.com>
Co-authored-by: tgreenx <96772376+tgreenx@users.noreply.github.com>
Co-authored-by: tgreenx <96772376+tgreenx@users.noreply.github.com>
Co-authored-by: tgreenx <96772376+tgreenx@users.noreply.github.com>
Co-authored-by: tgreenx <96772376+tgreenx@users.noreply.github.com>
marc-vanderwal
left a comment
Contributor
There was a problem hiding this comment.
The test procedure looks good to me. I have some comments and suggestions though.
Co-authored-by: Marc van der Wal <103426270+marc-vanderwal@users.noreply.github.com>
Co-authored-by: Marc van der Wal <103426270+marc-vanderwal@users.noreply.github.com>
be7797b to
1369585
Compare
marc-vanderwal
left a comment
Contributor
There was a problem hiding this comment.
Two more little typos, including I didn’t see last time. Sorry!
tgreenx
reviewed
Nov 4, 2025
tgreenx
reviewed
Nov 4, 2025
tgreenx
reviewed
Nov 4, 2025
Co-authored-by: Marc van der Wal <103426270+marc-vanderwal@users.noreply.github.com>
Co-authored-by: Marc van der Wal <103426270+marc-vanderwal@users.noreply.github.com>
Co-authored-by: tgreenx <96772376+tgreenx@users.noreply.github.com>
Co-authored-by: tgreenx <96772376+tgreenx@users.noreply.github.com>
Co-authored-by: tgreenx <96772376+tgreenx@users.noreply.github.com>
marc-vanderwal
previously approved these changes
Nov 4, 2025
tgreenx
approved these changes
Nov 6, 2025
Contributor
Author
|
@marc-vanderwal, please re-review. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Purpose
This PR updates the specification of DNSSEC07 in several ways:
Currently in the implementation, DNSSEC07 is run first, and if DNSSEC07 outputs
NOT_SIGNEDthen no other test case in DNSSEC module is run.After this update, DNSSEC07 should still be run first, and then DNSSEC11. If updated DNSSEC07 outputs
DS07_NOT_SIGNEDthen no other test cases, besides DNSSEC11, in DNSSEC module should be run.With the update, DNSSEC07 will always output one of the following messages (besides possibly other messages):
Test scenarios are available by #1432.
How to test this PR
Review.