-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Move configcheck.ValidateConfigFromFactories to service package #4055
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
Move configcheck.ValidateConfigFromFactories to service package #4055
Conversation
fix: revert all the renamed variables
fix: rename ValidateConfig to CheckConfigStruct
fix: rename test names
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.
Can you please rebase to HEAD so I see only the diff with the current HEAD
…nto 3876-moveconfigcheck
@bogdandrutu updated! |
…nto 3876-moveconfigcheck
@jpkrohling @Aneurysm9 I think this check is useful, the reason to move it here is to limit the public API, but probably this should be a "test" in the builder instead of a test at runtime? What do you think? I am happy to merge it as is for the moment, but I would propose that the builder also has some "checks/validations" like this one as a pre-build step. What do you think? |
…nto 3876-moveconfigcheck
…nto 3876-moveconfigcheck
Description:
This PR moves configcheck.ValidateConfigFromFactories into service package and makes the function unexported one.
Note: This PR is blocked by this PR #3956 so this PR should be merged after the PR #3956 is merged.Link to tracking Issue:
#3876