Skip to content

Commit

Permalink
fix conflict
Browse files Browse the repository at this point in the history
Signed-off-by: Cabinfever_B <cabinfeveroier@gmail.com>
  • Loading branch information
CabinfeverB committed Mar 27, 2023
1 parent eaf86ca commit 6a31075
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions server/schedule/region_scatterer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -609,12 +609,7 @@ func TestRegionHasLearner(t *testing.T) {

// TestSelectedStoresTooFewPeers tests if the peer count has changed due to the picking strategy.
// Ref https://github.com/tikv/pd/issues/4565
<<<<<<< HEAD
func (s *testScatterRegionSuite) TestSelectedStores(c *C) {
=======
func TestSelectedStoresTooFewPeers(t *testing.T) {
re := require.New(t)
>>>>>>> f5b5391c0 (region_scatterer: fix the bug that could generate schedule with too many peers (#5920))
ctx, cancel := context.WithCancel(context.Background())
defer cancel()
opt := config.NewTestOptions()
Expand Down

0 comments on commit 6a31075

Please sign in to comment.