Add pprof to runc-shim

Signed-off-by: Henry Wang <henwang@amazon.com>
This commit is contained in:
Henry Wang
2024-05-03 01:05:13 +00:00
parent 8b5c218e5a
commit 243b803a19
10 changed files with 406 additions and 105 deletions

View File

@@ -365,7 +365,7 @@ func TestShimDoesNotLeakSockets(t *testing.T) {
t.Fatal(err)
}
s, err := shim.SocketAddress(ctx, address, id)
s, err := shim.SocketAddress(ctx, address, id, false)
if err != nil {
t.Fatal(err)
}