-
Notifications
You must be signed in to change notification settings - Fork 205
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
fix custom meta DB remover #4642
Conversation
@@ -301,6 +300,9 @@ func (psf *StorageServiceFactory) CreateForShard() (dataRetriever.StorageService | |||
return store, err | |||
} | |||
|
|||
// TODO: split in 2 components shardStorageServiceCreator and metStorageServiceCreator that have a base which will contain the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
typo: metStorageServiceCreator
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've expected the proper refactor work
@@ -301,6 +300,9 @@ func (psf *StorageServiceFactory) CreateForShard() (dataRetriever.StorageService | |||
return store, err | |||
} | |||
|
|||
// TODO: split in 2 components shardStorageServiceCreator and metStorageServiceCreator that have a base which will contain the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've expected the proper refactor work
7d63b9e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Green just to unlock this PR since I've pushed in the branch
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## rc/v1.4.0 #4642 +/- ##
============================================
Coverage ? 70.83%
============================================
Files ? 630
Lines ? 83248
Branches ? 0
============================================
Hits ? 58972
Misses ? 19864
Partials ? 4412 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
System test passed.
Reasoning behind the pull request
Proposed changes
Testing procedure
Pre-requisites
Based on the Contributing Guidelines the PR author and the reviewers must check the following requirements are met:
feat
branch created?feat
branch merging, do all satellite projects have a proper tag insidego.mod
?