Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@thevilledev
Copy link
Collaborator

1. Why is this pull request needed and what does it do?

Previously the parsing logic in the forward plugin setup failed to recognise when NOERROR was used as a failover RCODE criteria. The check was in the wrong code branch. This PR fixes it and adds validation tests. Also updates the plugin README.

2. Which issues (if any) are related?

None.

3. Which documentation changes (if any) need to be made?

Updated plugin README.

4. Does this introduce a backward incompatible change or deprecation?

Previously the parsing logic in the forward plugin setup failed to
recognise when NOERROR was used as a failover RCODE criteria. The
check was in the wrong code branch. This PR fixes it and adds
validation tests. Also updates the plugin README.

Signed-off-by: Ville Vesilehto <[email protected]>
@codecov
Copy link

codecov bot commented Oct 17, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 62.61%. Comparing base (93c57b6) to head (6e7d29a).
⚠️ Report is 1696 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #7622      +/-   ##
==========================================
+ Coverage   55.70%   62.61%   +6.90%     
==========================================
  Files         224      278      +54     
  Lines       10016    18572    +8556     
==========================================
+ Hits         5579    11628    +6049     
- Misses       3978     6257    +2279     
- Partials      459      687     +228     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@thevilledev
Copy link
Collaborator Author

Thanks @rdrozhdzh for the review! ❤️

@thevilledev thevilledev merged commit f4ab631 into coredns:master Oct 17, 2025
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants