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
denis-tingaikin
changed the title
Use goleak in each test to avoid wrong leaks detection
Use goleak in each test to avoid goroutines leaks
Jul 23, 2020
Description
We've found one interesting problem with goleak uber-go/goleak#48, in short it can detect leaks from other tests.
Potential solution
We can avoid this problem if we'll use goleak tool in each test.
The text was updated successfully, but these errors were encountered: