-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
[chore][config/configgrpc] Enable goleak check #9217
Conversation
b008cc1
to
87a2107
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #9217 +/- ##
=======================================
Coverage 90.34% 90.34%
=======================================
Files 340 340
Lines 17989 17989
=======================================
Hits 16253 16253
Misses 1412 1412
Partials 324 324 ☔ View full report in Codecov by Sentry. |
Enables goleak to run on the configgrpc package. Requires ignoring the opencensus-go leak.
87a2107
to
4783b9c
Compare
This PR was marked stale due to lack of activity. It will be closed in 14 days. |
This PR was marked stale due to lack of activity. It will be closed in 14 days. |
Description:
Enables goleak to run on the configgrpc package. Requires ignoring the opencensus-go leak.
A few tests required an additional client connection close command to exit the client go routine. Additional information can be found here in the explanation for the method grpc.DialContext, specifically this comment:
configgrpc's method
ToClientConn
is directly calling thegrpc.DialContext
method referenced.Link to tracking Issue:
#9165
Testing:
Added goleak check is passing