-
Notifications
You must be signed in to change notification settings - Fork 20
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
ci: check plugin order #804
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #804 +/- ##
==========================================
- Coverage 87.07% 85.75% -1.33%
==========================================
Files 145 141 -4
Lines 8715 8341 -374
==========================================
- Hits 7589 7153 -436
- Misses 877 933 +56
- Partials 249 255 +6 ☔ View full report in Codecov by Sentry. |
Signed-off-by: spacewander <[email protected]>
4830941
to
b1465a3
Compare
# TODO: This file only show the plugin's registried order. We should consider a fact that | ||
# some plugins may not be executed in the DecodeHeaders phase. For example, a plugin called when | ||
# processing response which is registried in an early place is executed after a plugin called | ||
# when processing request which is registried in a later place. |
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 is the version I modified. WDYT?
This file only shows the plugin's registered order. Some plugins may not be executed in the DecodeHeaders phase.
For example, the plugin called when processing the response but is registered earlier is executed behind the plugin invoked when processing the request but is registered later.
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.
@zll600
Updated. Thank you!
Co-authored-by: zll600 <[email protected]>
Signed-off-by: spacewander <[email protected]>
Signed-off-by: spacewander <[email protected]>
No description provided.