-
Notifications
You must be signed in to change notification settings - Fork 588
HDDS-2462. Add jq dependency in Contribution guideline #145
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
Conversation
adoroszlai
left a comment
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.
Thanks @fapifta for spotting this dependency.
CONTRIBUTION.md
Outdated
| * [Robot framework](https://robotframework.org/) (for executing acceptance tests) | ||
| * docker-compose (to start pseudo cluster, also used for blockade and acceptance tests) | ||
| * [blockade](https://pypi.org/project/blockade/) To execute network fault-injection testing. | ||
| * [jq](https://stedolan.github.io/jq/) To parse JMX results from different processes running in containers in docker based tests. |
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 think it would be easier to understand for newcomers if it simply said "for executing acceptance tests" (same as for Robot framework).
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 like the idea, and actually it is really just as simple as with robot framework. I have commited the suggestion to the PR branch.
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.
Thanks!
elek
left a comment
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.
+1 Thanks the update of the document.
|
Committed to the trunk .. Thanks for the reviews, @elek, @adoroszlai . Thanks for the contribution @fapifta |
apache#7250) (apache#145) (cherry picked from commit c91f1c7) Co-authored-by: Sumit Agrawal <[email protected]>
What changes were proposed in this pull request?
Documentation update, add jq dependency into the Contribution Guideline in the "Additional requirements to execute different type of tests" section
What is the link to the Apache JIRA
https://issues.apache.org/jira/browse/HDDS-2462
How was this patch tested?
Doc change, no tests needed as far as I can tell.