-
Notifications
You must be signed in to change notification settings - Fork 39
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: forward context in idler reconciler #495
fix: forward context in idler reconciler #495
Conversation
Signed-off-by: Francesco Ilario <[email protected]>
Signed-off-by: Francesco Ilario <[email protected]>
/retest |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #495 +/- ##
==========================================
+ Coverage 82.34% 82.39% +0.05%
==========================================
Files 29 29
Lines 3183 3193 +10
==========================================
+ Hits 2621 2631 +10
Misses 426 426
Partials 136 136
|
lctx, lcancel := context.WithCancel(ctx) | ||
defer lcancel() |
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.
why is this needed?
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.
that's an error due to an improper use of log.IntoContext
. let me refactor this
Signed-off-by: Francesco Ilario <[email protected]>
/retest |
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
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: filariow, MatousJobanek The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/lgtm |
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
1992c36
into
codeready-toolchain:master
Signed-off-by: Francesco Ilario [email protected]