Skip to content
This repository has been archived by the owner on Nov 24, 2023. It is now read-only.

Commit

Permalink
don't dump all DB in dumpling test
Browse files Browse the repository at this point in the history
  • Loading branch information
lance6716 committed Oct 12, 2020
1 parent 54bfbaf commit 639c618
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dumpling/dumpling_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ import (
"github.com/pingcap/dm/dm/pb"
"github.com/pingcap/dm/pkg/log"
"github.com/pingcap/failpoint"
"github.com/pingcap/tidb-tools/pkg/filter"

. "github.com/pingcap/check"
)
Expand Down Expand Up @@ -68,6 +69,9 @@ func (d *testDumplingSuite) SetUpSuite(c *C) {
LoaderConfig: config.LoaderConfig{
Dir: dir,
},
BAList: &filter.Rules{
DoDBs: []string{"information_schema"},
},
}
c.Assert(log.InitLogger(&log.Config{}), IsNil)
}
Expand Down

0 comments on commit 639c618

Please sign in to comment.