-
Notifications
You must be signed in to change notification settings - Fork 907
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
Respect other extensions' ExecutorStart hooks #7712
base: main
Are you sure you want to change the base?
Conversation
@akuzm, @svenklemm: please review this pull request.
|
When we override ExecutorStart hook that has been set by another extension we have to chain-call it not to disrupt other extension's integrity.
ccac202
to
34fa509
Compare
Similar to #7694 |
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.
Strictly speaking, you do not need two variables for this, but patch looks good so approved.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #7712 +/- ##
==========================================
+ Coverage 80.06% 81.93% +1.86%
==========================================
Files 190 246 +56
Lines 37181 45120 +7939
Branches 9450 11256 +1806
==========================================
+ Hits 29770 36970 +7200
- Misses 2997 3732 +735
- Partials 4414 4418 +4 ☔ View full report in Codecov by Sentry. |
A fix for #7667.
When we override ExecutorStart hook that has been set by another extension we have to chain-call it not to disrupt other extension's integrity.