Skip to content

Commit 8ecc8f6

Browse files
committed
Revert "leaktest: ignore pgconn async close worker"
This reverts commit 8c2ae78.
1 parent e7d0336 commit 8ecc8f6

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

pkg/util/leaktest/leaktest.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,6 @@ func interestingGoroutines() map[int64]string {
5858
strings.Contains(stack, "sentry-go.(*HTTPTransport).worker") ||
5959
// Ignore the opensensus worker, which is created by the event exporter.
6060
strings.Contains(stack, "go.opencensus.io/stats/view.(*worker).start") ||
61-
// Ignore pgconn which creates a goroutine to do an async cleanup.
62-
strings.Contains(stack, "github.com/jackc/pgconn.(*PgConn).asyncClose.func1") ||
6361
// Seems to be gccgo specific.
6462
(runtime.Compiler == "gccgo" && strings.Contains(stack, "testing.T.Parallel")) ||
6563
// Ignore intentionally long-running logging goroutines that live for the

0 commit comments

Comments
 (0)