Skip to content

Commit

Permalink
cherry pick tikv#3305 to release-3.0
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Leung <rleungx@gmail.com>
  • Loading branch information
rleungx committed Jan 25, 2021
1 parent 90be789 commit 139478a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/server/server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ func (s *serverTestSuite) TestPDRestart(c *C) {
last = id
}

c.Assert(leaderServer.Stop(), IsNil)
c.Assert(leaderServer.Close(), IsNil)
c.Assert(leaderServer.Run(), IsNil)
cluster.WaitLeader()

Expand Down

0 comments on commit 139478a

Please sign in to comment.