Skip to content

Commit

Permalink
region_scatterer: fix incorrect test (#4586)
Browse files Browse the repository at this point in the history
Signed-off-by: HunDunDM <hundundm@gmail.com>
  • Loading branch information
HunDunDM committed Jan 14, 2022
1 parent 87ffadc commit b6ce700
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/schedule/region_scatterer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -355,8 +355,8 @@ func (s *testScatterRegionSuite) TestScatterGroupInConcurrency(c *C) {
}
// For leader, we expect each store have about 20 leader for each group
checker(scatterer.ordinaryEngine.selectedLeader, 20, 5)
// For peer, we expect each store have about 50 peers for each group
checker(scatterer.ordinaryEngine.selectedPeer, 50, 15)
// For peer, we expect each store have about 60 peers for each group
checker(scatterer.ordinaryEngine.selectedPeer, 60, 15)
cancel()
}
}
Expand Down

0 comments on commit b6ce700

Please sign in to comment.