Open
Description
Component(s)
No response
Is your feature request related to a problem? Please describe.
There's currently no widespread testing in this repository for detecting leaking goroutines
. Leaked goroutines
are a result of improperly handling concurrency in golang, and a common cause of memory leaks.
Describe the solution you'd like
goleak is a testing tool used to detect leaking goroutines
. This is currently being done in core (#9165) and would be useful in contrib as well.
Describe alternatives you've considered
No response
Additional context
No response