Conversation
Contributor
|
✅ All CI checks and tests passed. 🎉 All green!🧪 All tests passed 🎯 Code Coverage (details) 🔗 Commit SHA: 4806e52 | Docs | View more details | Give us feedback! |
philjlee
marked this pull request as ready for review
July 17, 2026 13:35
philjlee
force-pushed
the
philip.lee/mutation-external_dns
branch
from
August 17, 2026 19:50
6d1b4ae to
f266de0
Compare
mwdd146980
approved these changes
Sep 15, 2026
mwdd146980
left a comment
Contributor
There was a problem hiding this comment.
don't know if you're still working on this, but this lgtm!
Contributor
✅ Dispatcher tests · passed
Batches
77c7427 — GitHub Run.
|
Contributor
Validation ReportAll 21 validations passed. Show details
|
Contributor
Disk usage changeCommit No integration or dependency changed size. |
evalya-impact-summaryevalya impact analysis |
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.
What does this PR do?
Strengthens the unit tests for the
external_dnscheck to lift its cosmic-ray mutation score from33.3% to 100.0% (3/3 mutants killed). Tests-only — no source changes,
no changelog.
Each new test carries a one-line comment naming the specific surviving mutant it kills.
Motivation
A mutation-testing sweep across integrations-core found
external_dnsscoring 33.3%: sourcebehavior that no unit test detected. The new/extended env-agnostic tests in
tests/test_unit.pyinstantiate the real check classes (no mocks, no environment gating) and reuse the existing
tests/common.pyfixtures and constants.Review checklist (to be filled by reviewers)
qa/skip-qalabel if the PR doesn't need to be tested during QA.