Skip to content

Commit

Permalink
make test correct
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Leung <[email protected]>
  • Loading branch information
rleungx committed Nov 20, 2023
1 parent 4288a40 commit b95e3d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/server/cluster/cluster_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -510,6 +510,7 @@ func TestRaftClusterMultipleRestart(t *testing.T) {
err = rc.PutStore(store)
re.NoError(err)
re.NotNil(tc)
rc.Stop()

// let the job run at small interval
re.NoError(failpoint.Enable("github.com/tikv/pd/server/cluster/highFrequencyClusterJobs", `return(true)`))
Expand Down

0 comments on commit b95e3d6

Please sign in to comment.