Skip to content

Commit

Permalink
Handle feedback
Browse files Browse the repository at this point in the history
Signed-off-by: Bin Shi <[email protected]>
  • Loading branch information
binshi-bing committed May 15, 2023
1 parent 68b1950 commit 2a4102a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/integrations/mcs/tso/keyspace_group_manager_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,6 @@ func (suite *tsoKeyspaceGroupManagerTestSuite) TestTSOKeyspaceGroupSplit() {
re.Equal(uint32(2), kg2.ID)
re.Equal([]uint32{222, 333}, kg2.Keyspaces)
re.True(kg2.IsSplitTarget())
time.Sleep(3 * time.Second)
// Check the split TSO from keyspace group 2.
var splitTS pdpb.Timestamp
testutil.Eventually(re, func() bool {
Expand Down

0 comments on commit 2a4102a

Please sign in to comment.