Skip to content

Commit

Permalink
region_scatterer: fix incorrect test (tikv#4586)
Browse files Browse the repository at this point in the history
Signed-off-by: HunDunDM <[email protected]>
  • Loading branch information
HunDunDM committed Jan 14, 2022
1 parent 941b69d commit 4ca18fe
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 @@ -356,8 +356,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)
}
}

Expand Down

0 comments on commit 4ca18fe

Please sign in to comment.