-
Notifications
You must be signed in to change notification settings - Fork 350
New issue
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
fix: allow passing plugin config name for route with no backends #1578
fix: allow passing plugin config name for route with no backends #1578
Conversation
…s provided in definition
Codecov Report
@@ Coverage Diff @@
## master #1578 +/- ##
==========================================
+ Coverage 41.44% 41.52% +0.08%
==========================================
Files 87 87
Lines 7420 7420
==========================================
+ Hits 3075 3081 +6
+ Misses 3990 3986 -4
+ Partials 355 353 -2
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Please add relevant e2e test cases |
When this PR is merged, I will cherry-pick it into v1.6.1 |
yep, just trying to configure the environment locally for e2e tests, have a couple of issues to solve with existing tests, like following one
|
@tao12345666333 added a new e2e test into suite-plugins-other, hope that this location is ok, make me know if the test should be moved to another suite. Also, I placed my test directly under the |
@ikatlinsky good job! This location is fine. |
@tao12345666333 is anything else required from my side to push forward this fix for being merged? thanks |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
…che#1578) Co-authored-by: Katlinsky, Ilya <i.katlinsky@itransition.com>
…) (#1594) Co-authored-by: Jintao Zhang <zhangjintao@apache.org> Co-authored-by: ikatlinsky <ilya.katlinsky@gmail.com> Co-authored-by: Katlinsky, Ilya <i.katlinsky@itransition.com>
Type of change:
What this PR does / why we need it:
This PR fixes the issue of ignoring passed PluginConfigName in case ApisixRoute definition contains only upstreams and not backends configuration.
The issue is described here in detail - #1577.
Pre-submission checklist: