From 24c34db0c462c6c1d3ffdbd4009dabab667578a1 Mon Sep 17 00:00:00 2001 From: JmPotato Date: Wed, 6 Sep 2023 17:10:18 +0800 Subject: [PATCH] Do not store the error if it's ctx done Signed-off-by: JmPotato --- tests/integrations/mcs/tso/proxy_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/integrations/mcs/tso/proxy_test.go b/tests/integrations/mcs/tso/proxy_test.go index 625a702ad39..fc33a6a41be 100644 --- a/tests/integrations/mcs/tso/proxy_test.go +++ b/tests/integrations/mcs/tso/proxy_test.go @@ -317,7 +317,6 @@ func (s *tsoProxyTestSuite) verifyTSOProxy( for j := 0; j < requestsPerClient; j++ { select { case <-ctx.Done(): - respErr.Store(ctx.Err()) s.cleanupGRPCStream(streams, cleanupFuncs, i) return default: