-
Notifications
You must be signed in to change notification settings - Fork 159
Closed
Description
Hi, thanks for providing great package :)
BTW, I saw goleak
internal source and found below switch...case
:
Line 118 in 1874254
case "testing.RunTests", "testing.(*T).Run": |
But, I used t.Parallel
func on my project testing. So, goleak
suggested:
found unexpected goroutines
Is it the expected behavior? Or, Should I adding goleak.IgnoreTopFunction("testing.(*T).Parallel")
to defer goleak.VerifyNoLeaks(t)
? (and, is it correct use case?)
jsoriano and MichaelSnowden
Metadata
Metadata
Assignees
Labels
No labels