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

MINOR: Cause 'ksql help' and 'ksql -help' to behave the same as 'ksql… #2023

Merged
merged 1 commit into from
Oct 12, 2018

Conversation

vcrfxia
Copy link
Contributor

@vcrfxia vcrfxia commented Oct 8, 2018

… -h' and 'ksql --help'

Description

What behavior do you want to change, why, how does your patch achieve the changes?

Fixes #1444, by redirecting 'ksql help' and 'ksql -help' to 'ksql --help'.

Testing done

Describe the testing strategy. Unit and integration tests are expected for any behavior changes.

Verified that "ksql", "ksql-server-start", and "ksql-datagen" (the only three scripts affected by changes to "ksql-run-class") are as expected when run with each of the help flags.

Reviewer checklist

  • Ensure docs are updated if necessary. (eg. if a user visible feature is being added or changed).
  • Ensure relevant issues are linked (description should include text like "Fixes #")

@vcrfxia vcrfxia requested a review from a team as a code owner October 8, 2018 18:58
@ghost
Copy link

ghost commented Oct 8, 2018

It looks like @vcrfxia hasn't signed our Contributor License Agreement, yet.

The purpose of a CLA is to ensure that the guardian of a project's outputs has the necessary ownership or grants of rights over all contributions to allow them to distribute under the chosen licence.
Wikipedia

You can read and sign our full Contributor License Agreement here.

Once you've signed reply with [clabot:check] to prove it.

Appreciation of efforts,

clabot

@vcrfxia
Copy link
Contributor Author

vcrfxia commented Oct 8, 2018 via email

@apurvam
Copy link
Contributor

apurvam commented Oct 8, 2018

thanks @vcrfxia ! The changes look fine, but I am curious about how you tested this change.

@vcrfxia
Copy link
Contributor Author

vcrfxia commented Oct 8, 2018

thanks @vcrfxia ! The changes look fine, but I am curious about how you tested this change.

Besides checking that integration tests continue to pass, I verified that "ksql", "ksql-server-start", and "ksql-datagen" (the only three scripts affected by changes to "ksql-run-class") are as expected when run with each of the help flags. Are there other tests/checks I should perform? Thanks!

Copy link
Contributor

@rodesai rodesai left a comment

Choose a reason for hiding this comment

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

LGTM

@apurvam
Copy link
Contributor

apurvam commented Oct 9, 2018

Thanks @vcrfxia It would be good to add those details to the "Testing done" section.

Copy link
Contributor

@apurvam apurvam 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! Feel free to merge once the branch is up to date and the build passes.

@vcrfxia vcrfxia changed the base branch from master to 5.1.x October 12, 2018 20:13
@vcrfxia vcrfxia merged commit d27efe0 into confluentinc:5.1.x Oct 12, 2018
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.

3 participants