We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When Engine emits a CRITICAL message, CLI used to continue testing unless --stop-level has been explicitly set, resulting in output like this:
$ zonemaster-cli --no-ipv6 --no-time --raw mail.protection.outlook.com
CRITICAL B02_NO_WORKING_NS domain="mail.protection.outlook.com" ERROR B02_UNEXPECTED_RCODE ns=ns2-proddns.glbdns.protection.outlook.com/104.47.72.81; rcode=FORMERR ERROR B02_UNEXPECTED_RCODE ns=ns1-proddns.glbdns.protection.outlook.com/104.47.34.49; rcode=FORMERR CRITICAL CANNOT_CONTINUE domain=mail.protection.outlook.com
However #371 inadvertently changed this behavior so that test case execution terminates immediately if a CRITICAL message is emitted.
CRITICAL B02_NO_WORKING_NS domain="mail.protection.outlook.com" Exited early: Saw message at level CRITICAL
The new behavior makes it harder to develop test cases that emit CRITICAL messages.
This was first reported in the PR thread of #389.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When Engine emits a CRITICAL message, CLI used to continue testing unless --stop-level has been explicitly set, resulting in output like this:
However #371 inadvertently changed this behavior so that test case execution terminates immediately if a CRITICAL message is emitted.
The new behavior makes it harder to develop test cases that emit CRITICAL messages.
This was first reported in the PR thread of #389.
The text was updated successfully, but these errors were encountered: