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

Remove meta package and make br easy to integrate to other project #84

Merged
merged 10 commits into from
Dec 9, 2019

Conversation

overvenus
Copy link
Member

This PR removed and split meta package into other packages.

Signed-off-by: Neil Shen <overvenus@gmail.com>
Signed-off-by: Neil Shen <overvenus@gmail.com>
Signed-off-by: Neil Shen <overvenus@gmail.com>
Signed-off-by: Neil Shen <overvenus@gmail.com>
Signed-off-by: Neil Shen <overvenus@gmail.com>
Signed-off-by: Neil Shen <overvenus@gmail.com>
Signed-off-by: Neil Shen <overvenus@gmail.com>
Signed-off-by: Neil Shen <overvenus@gmail.com>
@codecov
Copy link

codecov bot commented Dec 6, 2019

Codecov Report

Merging #84 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #84   +/-   ##
=======================================
  Coverage   71.39%   71.39%           
=======================================
  Files          25       25           
  Lines        3258     3258           
=======================================
  Hits         2326     2326           
  Misses        659      659           
  Partials      273      273

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 00c81a6...5f9aa46. Read the comment docs.

@overvenus overvenus removed the WIP label Dec 6, 2019
Copy link
Collaborator

@kennytm kennytm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rest LGTM

cmd/cmd.go Outdated
Comment on lines 155 to 158
storage, err = tikv.Driver{}.Open(
// Disable GC because TiDB enables GC already.
fmt.Sprintf("tikv://%s?disableGC=true", pdAddress))
defaultMgr, err = conn.NewMgr(defaultContext, pdAddress, storage.(tikv.Storage))
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Handle the err in line 155. Currently the err in line 158 overwrites the err in line 155.

Signed-off-by: Neil Shen <overvenus@gmail.com>
@overvenus
Copy link
Member Author

/run-integration-tests

@kennytm kennytm added the status/LGT1 LGTM1 label Dec 9, 2019
@overvenus overvenus merged commit 8c017e8 into master Dec 9, 2019
@overvenus overvenus deleted the remove-meta branch December 9, 2019 06:48
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants