Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Leung <[email protected]>
  • Loading branch information
rleungx committed Nov 21, 2024
1 parent 2b24cd6 commit 164e822
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integrations/client/client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -197,11 +197,11 @@ func TestLeaderTransferAndMoveCluster(t *testing.T) {
oldServers := cluster.GetServers()
oldLeaderName := cluster.WaitLeader()
for range 3 {
time.Sleep(5 * time.Second)
newPD, err := cluster.Join(ctx)
re.NoError(err)
re.NoError(newPD.Run())
oldLeaderName = cluster.WaitLeader()
time.Sleep(5 * time.Second)
}

// ABCDEF->DEF
Expand Down

0 comments on commit 164e822

Please sign in to comment.