-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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][extension/opampextension] Enable goleak check #31175
Conversation
It would also great to enable this on https://github.com/open-telemetry/opamp-go |
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.
Thanks for adding this. Looks like there are some conflicts with main, can you rebase?
Apologies for the delay, I've rebased. 👍 |
c5c5a10
to
0f9015d
Compare
approved as codeowner and approver. This is ready for merge. |
…#31175) **Description:** <Describe what has changed.> <!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> This enables the `goleak` check for the opamp extension, to help ensure it's not leaking any goroutines. This is a test only change, a `Shutdown` call was missing. **Link to tracking Issue:** <Issue number if applicable> open-telemetry#30438 **Testing:** <Describe what testing was performed and which tests were added.> All existing tests are passing, as well as the added `goleak` check --------- Co-authored-by: Antoine Toulme <antoine@lunar-ocean.com> Co-authored-by: Pablo Baeyens <pbaeyens31+github@gmail.com>
Description:
This enables the
goleak
check for the opamp extension, to help ensure it's not leaking any goroutines. This is a test only change, aShutdown
call was missing.Link to tracking Issue:
#30438
Testing:
All existing tests are passing, as well as the added
goleak
check