-
Notifications
You must be signed in to change notification settings - Fork 335
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(kuma-cp) fault injection matching #2757
Conversation
Signed-off-by: Ilya Lobkov <ilya.lobkov@konghq.com>
Signed-off-by: Ilya Lobkov <ilya.lobkov@konghq.com>
Signed-off-by: Ilya Lobkov <ilya.lobkov@konghq.com>
Codecov Report
@@ Coverage Diff @@
## master #2757 +/- ##
==========================================
+ Coverage 51.93% 51.94% +0.01%
==========================================
Files 877 878 +1
Lines 51141 51219 +78
==========================================
+ Hits 26561 26607 +46
- Misses 22472 22494 +22
- Partials 2108 2118 +10
Continue to review full report at Codecov.
|
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.
Nice!
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.
This approach is great.
I'm a bit concerned about the performance impact of running a bunch of complex regexes on every request, but that's not new in this PR.
Remember to update the docs :) |
Signed-off-by: Ilya Lobkov <ilya.lobkov@konghq.com>
please put a comment whether this meant to be backported or not |
@lahabana that was kind of already declared by docs, but I replaced old-formated yaml with tabs kumahq/kuma-website#535 |
Signed-off-by: Ilya Lobkov <ilya.lobkov@konghq.com> (cherry picked from commit 1f3b393)
Signed-off-by: Ilya Lobkov <ilya.lobkov@konghq.com>
Signed-off-by: Ilya Lobkov <ilya.lobkov@konghq.com>
Summary
Today if you apply 2 Fault Injections:
Only the latest one will be applied and replace another one.
Full changelog
Issues resolved
N/A
Documentation
Testing
Backwards compatibility
backport-to-stable
label if the code is backwards compatible. Otherwise, list breaking changes.