From 8fdacfef428fa1e4dcb00b99a66bec35d57b5d3b Mon Sep 17 00:00:00 2001 From: JmPotato Date: Fri, 14 Jul 2023 17:17:44 +0800 Subject: [PATCH] Remove the lastPhysical check in dispatchClient (#6812) --- tests/integrations/mcs/tso/keyspace_group_manager_test.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/integrations/mcs/tso/keyspace_group_manager_test.go b/tests/integrations/mcs/tso/keyspace_group_manager_test.go index b7c3873527e..ec9322cd1ec 100644 --- a/tests/integrations/mcs/tso/keyspace_group_manager_test.go +++ b/tests/integrations/mcs/tso/keyspace_group_manager_test.go @@ -427,8 +427,6 @@ func (suite *tsoKeyspaceGroupManagerTestSuite) dispatchClient( for { select { case <-ctx.Done(): - // Make sure at least one TSO request is successful. - re.NotEmpty(lastPhysical) return default: }