Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lightning: refactor for reuse part2 #42626

Merged
merged 21 commits into from
Mar 28, 2023
Prev Previous commit
Next Next commit
fix ut
  • Loading branch information
D3Hunter committed Mar 28, 2023
commit 3f9df9715926645443331bdf95181f1a86f50806
1 change: 1 addition & 0 deletions br/pkg/lightning/importer/table_import_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -988,6 +988,7 @@ func (s *tableRestoreSuite) TestTableRestoreMetrics() {
errorMgr: errormanager.New(nil, cfg, log.L()),
taskMgr: noopTaskMetaMgr{},
preInfoGetter: preInfoGetter,
encBuilder: tidb.NewEncodingBuilder(),
}
go func() {
for scp := range chptCh {
Expand Down