Skip to content

Commit

Permalink
TEST: FIX CONFLICT
Browse files Browse the repository at this point in the history
  • Loading branch information
YuJuncen committed Oct 11, 2021
1 parent 91ebfb0 commit 02e7d0e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions br/pkg/restore/split_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -280,16 +280,10 @@ func TestScatterFinishInTime(t *testing.T) {
// range: [aaa, aae), [aae, aaz), [ccd, ccf), [ccf, ccj)
// rewrite rules: aa -> xx, cc -> bb
// expected regions after split:
<<<<<<< HEAD
// [, aay), [aay, bb), [bb, bba), [bba, bbf), [bbf, bbh), [bbh, bbj),
// [bbj, cca), [cca, xx), [xx, xxe), [xxe, xxz), [xxz, )
func (s *testRangeSuite) TestSplitAndScatter(c *C) {
=======
// [, aay), [aay, bba), [bba, bbf), [bbf, bbh), [bbh, bbj),
// [bbj, cca), [cca, xxe), [xxe, xxz), [xxz, )
func TestSplitAndScatter(t *testing.T) {
t.Parallel()
>>>>>>> 6782628bc... BR: Fix stuck when many missing-peer regions in cluster (#28497)
client := initTestClient()
ranges := initRanges()
rewriteRules := initRewriteRules()
Expand Down

0 comments on commit 02e7d0e

Please sign in to comment.