From: Sung Yoon Whang Date: Mon, 22 Feb 2021 17:28:45 +0000 (-0800) Subject: Fix ThreadPool events validation test (#48588) X-Git-Tag: submit/tizen/20210909.063632~3100 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7adac4e53b7828214c8f1a69a5030d53149ac073;p=platform%2Fupstream%2Fdotnet%2Fruntime.git Fix ThreadPool events validation test (#48588) * Fix ThreadPool events validation test * space --- 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) =>