Skip to content

Commit

Permalink
fix ci (try)
Browse files Browse the repository at this point in the history
Signed-off-by: disksing <i@disksing.com>
  • Loading branch information
disksing committed Nov 30, 2021
1 parent b42e531 commit b00c496
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions server/schedule/operator_controller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -496,6 +496,9 @@ func (t *testOperatorControllerSuite) TestDispatchUnfinishedStep(c *C) {
// Put region into cluster, otherwise, AddOperator will fail because of
// missing region
cluster.PutRegion(region)
cluster.AddLeaderStore(1, 1)
cluster.AddLeaderStore(2, 1)
cluster.AddLeaderStore(3, 1)

// The next allocated peer should have peerid 3, so we add this peer
// to store 3
Expand Down

0 comments on commit b00c496

Please sign in to comment.