From 7adac4e53b7828214c8f1a69a5030d53149ac073 Mon Sep 17 00:00:00 2001 From: Sung Yoon Whang Date: Mon, 22 Feb 2021 09:28:45 -0800 Subject: [PATCH] Fix ThreadPool events validation test (#48588) * Fix ThreadPool events validation test * space --- src/tests/tracing/eventpipe/eventsvalidation/ThreadPool.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/tests/tracing/eventpipe/eventsvalidation/ThreadPool.cs b/src/tests/tracing/eventpipe/eventsvalidation/ThreadPool.cs index 08c7f57..37a58ed 100644 --- a/src/tests/tracing/eventpipe/eventsvalidation/ThreadPool.cs +++ b/src/tests/tracing/eventpipe/eventsvalidation/ThreadPool.cs @@ -48,6 +48,7 @@ namespace Tracing.Tests.GCFinalizers return total; }); } + Task.WaitAll(tasks); }; private static Func> _DoesTraceContainEvents = (source) => -- 2.7.4