You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should have tests for simple operations that make sure they don't leak goroutines. Namely, manager.Start & stop and controller.New, both of which leaked in the past.
We can use the runtime package to get the goroutine count.
We should have tests for simple operations that make sure they don't leak goroutines. Namely,
manager.Start & stopandcontroller.New, both of which leaked in the past.We can use the runtime package to get the goroutine count.
/good-first-issue