From 30825ef9b4a742f8e7bf7b8caee0bedccb36b601 Mon Sep 17 00:00:00 2001 From: Valery Piashchynski Date: Tue, 24 Nov 2020 16:44:19 +0300 Subject: force Test_StaticPool_Broken_Replace to finish --- plugins/http/tests/http_test.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'plugins/http/tests') diff --git a/plugins/http/tests/http_test.go b/plugins/http/tests/http_test.go index 117bccb7..ca79e94e 100644 --- a/plugins/http/tests/http_test.go +++ b/plugins/http/tests/http_test.go @@ -422,6 +422,9 @@ func TestFastCGI_RequestUri(t *testing.T) { wg := &sync.WaitGroup{} wg.Add(1) + + t.Run("FastCGIServiceRequestUri", fcgiReqURI) + go func() { tt := time.NewTimer(time.Second * 10) defer wg.Done() @@ -450,7 +453,6 @@ func TestFastCGI_RequestUri(t *testing.T) { } }() - t.Run("FastCGIServiceRequestUri", fcgiReqURI) wg.Wait() } -- cgit v1.2.3