From 394c6089c3b8700164756677f53314d165f8d383 Mon Sep 17 00:00:00 2001 From: Fabricio Voznika Date: Thu, 27 May 2021 19:51:54 -0700 Subject: Fix test_app task-tree Executing `select {}` to wait forever triggers Go runtime deadlock detection and kills the child, causing the number actual processes be less than expected. PiperOrigin-RevId: 376298799 --- pkg/test/testutil/BUILD | 1 + 1 file changed, 1 insertion(+) (limited to 'pkg/test/testutil/BUILD') diff --git a/pkg/test/testutil/BUILD b/pkg/test/testutil/BUILD index a789c246e..7ff13cf12 100644 --- a/pkg/test/testutil/BUILD +++ b/pkg/test/testutil/BUILD @@ -12,6 +12,7 @@ go_library( ], visibility = ["//:sandbox"], deps = [ + "//pkg/sentry/watchdog", "//pkg/sync", "//runsc/config", "//runsc/specutils", -- cgit v1.2.3