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

[admin-tool] Enable venice-admin-tool to parse JSON map arguments from command line #737

Merged
merged 5 commits into from
Nov 7, 2023

Conversation

elijahgrimaldi
Copy link
Contributor

@elijahgrimaldi elijahgrimaldi commented Nov 3, 2023

Enable venice-admin-tool to parse JSON map arguments from command line

Added correct JSON parsing for command line inputs to admin-tool to read maps as JSON

Resolves #647

How was this PR tested?

CI

Does this PR introduce any user-facing changes?

  • No. You can skip the rest of this section.
  • Yes. Make sure to explain your proposed changes and call out the behavior change.

@elijahgrimaldi elijahgrimaldi changed the title [admin-tool] Enables venice-admin-tool to parse JSON map arguments from command line [admin-tool] Enable venice-admin-tool to parse JSON map arguments from command line Nov 3, 2023
Copy link
Contributor

@nisargthakkar nisargthakkar left a comment

Choose a reason for hiding this comment

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

Thanks for the contribution

Copy link
Contributor

@nisargthakkar nisargthakkar left a comment

Choose a reason for hiding this comment

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

Can you please take a look at the following tests:

com.linkedin.venice.TestAdminTool > testAdminUpdateStoreArg
com.linkedin.venice.TestAdminTool > testAdminConfigureView

Copy link
Contributor

@nisargthakkar nisargthakkar left a comment

Choose a reason for hiding this comment

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

LGTM

Thanks a lot for the contribution @elijahgrimaldi. Great job.

I have a suggestion for future PRs. Can you please try to keep the pull request template? For this PR, I have updated the PR description to demonstrate the format that we expect the PR description to follow.

@nisargthakkar nisargthakkar enabled auto-merge (squash) November 7, 2023 04:13
@nisargthakkar nisargthakkar merged commit dcfcd39 into linkedin:main Nov 7, 2023
30 of 31 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] venice-admin-tool doesn't parse map arguments correctly
2 participants