Skip to content

Commit

Permalink
Remove the lastPhysical check in dispatchClient (#6812)
Browse files Browse the repository at this point in the history
  • Loading branch information
JmPotato committed Jul 14, 2023
1 parent d5bea1d commit c8f88e4
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 c8f88e4

Please sign in to comment.