-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[chore][exporter/splunkhecexporter] Enable goleak check (#30968)
**Description:** This enables `goleak` checks for the splunkhecexporter, to help ensure no goroutines are being leaked. This is a test only change, some `Shutdown` calls were missing, as well as channel send operations were blocking in tests because there was no one reading from the channel. **Link to tracking Issue:** #30438 **Testing:** Existing tests are all passing as well as added `goleak` check.
- Loading branch information
Showing
5 changed files
with
166 additions
and
153 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.