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

Skip to content

Conversation

@dislogical
Copy link
Contributor

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

This change will make it easier to automate builds using external plugins. For example, if I'm building my own image using coredns-abc and coredns-def plugins, I can just set COREDNS_PLUGINS=abs:github.com/whatever/coredns-abc,def:github.com/something/coredns-def when I initiate my build.

2. Which issues (if any) are related?

None.

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

Docs changes are not strictly necessary, but I've added a note to the README on how to use this feature.

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

Nope!

@dislogical
Copy link
Contributor Author

FAIL github.com/coredns/coredns/test 600.093s

I'm willing to bet this is a timeout given the roundness of that time, is this a normal flake or should I take a look at fixing something?

@codecov
Copy link

codecov bot commented May 20, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 57.61%. Comparing base (93c57b6) to head (d06499c).
Report is 1453 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #7310      +/-   ##
==========================================
+ Coverage   55.70%   57.61%   +1.91%     
==========================================
  Files         224      273      +49     
  Lines       10016    17892    +7876     
==========================================
+ Hits         5579    10308    +4729     
- Misses       3978     6971    +2993     
- Partials      459      613     +154     

☔ 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

thevilledev commented May 20, 2025

is this a normal flake or should I take a look at fixing something?

A recurring issue yes. I filed an issue about it now and will have a look later this week: #7311

Re-ran the failing tests and all green now. :)

@yongtang yongtang merged commit 8232355 into coredns:master May 21, 2025
13 of 14 checks passed
@dislogical dislogical deleted the feat/env-plugins branch May 21, 2025 17:41
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.

3 participants