From 87f8764f43a32778974a9cb447b9db9a81e979b4 Mon Sep 17 00:00:00 2001 From: Alex Sergeyev Date: Fri, 29 Aug 2014 08:37:32 -0400 Subject: [PATCH] Added a comment about shutdown tests --- server_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/server_test.go b/server_test.go index e23d9aa3..cce21289 100644 --- a/server_test.go +++ b/server_test.go @@ -304,6 +304,8 @@ func TestServingLargeResponses(t *testing.T) { // TODO(miek): These tests should actually fail when the server does // not shut down. +// (asergeyev) I put err check logic which is not yet in use but IMO +// this test will not change as shutdown internals improve. func TestShutdownTCP(t *testing.T) { s, _, err := RunLocalTCPServer("127.0.0.1:0") if err != nil {