Skip to content

Commit

Permalink
Remove the lastPhysical check in dispatchClient (tikv#6812)
Browse files Browse the repository at this point in the history
  • Loading branch information
JmPotato authored and rleungx committed Aug 2, 2023
1 parent 6ae87bf commit 8fdacfe
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/integrations/mcs/tso/keyspace_group_manager_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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:
}
Expand Down

0 comments on commit 8fdacfe

Please sign in to comment.