Skip to content

Commit

Permalink
debug ci 6
Browse files Browse the repository at this point in the history
Signed-off-by: dongmen <[email protected]>
  • Loading branch information
asddongmen committed Dec 23, 2024
1 parent b0418cc commit 0ada237
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/eventservice/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ func TestMain(m *testing.M) {
opts := []goleak.Option{
goleak.IgnoreTopFunction("github.com/pingcap/tiflow/pkg/workerpool.(*worker).run"),
goleak.IgnoreTopFunction("sync.runtime_Semacquire"),
goleak.IgnoreTopFunction("github.com/godbus/dbus.(*Conn).inWorker"),
goleak.IgnoreAnyFunction("github.com/godbus/dbus.(*Conn).Auth"),
goleak.IgnoreCurrent(),
}

leakutil.SetUpLeakTest(m, opts...)
Expand Down

0 comments on commit 0ada237

Please sign in to comment.