-
Notifications
You must be signed in to change notification settings - Fork 274
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
Updates developer guide and removes integtest.sh #3844
Updates developer guide and removes integtest.sh #3844
Conversation
…ion script Signed-off-by: Darshit Chanpura <dchanp@amazon.com>
…/opensearch-build#497 Signed-off-by: Darshit Chanpura <dchanp@amazon.com>
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.
LGTM
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #3844 +/- ##
==========================================
- Coverage 66.58% 66.58% -0.01%
==========================================
Files 298 298
Lines 21188 21188
Branches 3453 3453
==========================================
- Hits 14108 14107 -1
- Misses 5363 5364 +1
Partials 1717 1717 |
Signed-off-by: Darshit Chanpura <dchanp@amazon.com>
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 DC; I left some suggestions on wording. I am not sure if you are intending to use "password" as a proper noun or not. I assume no, in which case I would suggest taking a peak at my suggestions. If you do mean it to be a proper noun, you are missing capitalization in a couple spots. (First comment and then later)
Signed-off-by: Darshit Chanpura <dchanp@amazon.com>
@scrawfor99 Addressed all feedback. @willyborankin would you please re-review this? |
Signed-off-by: Darshit Chanpura <dchanp@amazon.com>
CI failures address via #3850 |
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.
CI should pass on this readme only change, no?
There was flaky test introduced in the original change around a static variable. Since this was tested in multiple tests, sometimes value wouldn't reset. I have explicitly reset the value to the state it is expected in before the test is run. This issue is now fixed in #3850. I will merge main and re-push. |
@scrawfor99 @peternied mind giving this PR another lookeru? |
…3844) Signed-off-by: Darshit Chanpura <dchanp@amazon.com> Signed-off-by: Darshit Chanpura <35282393+DarshitChanpura@users.noreply.github.com>
…t for Bundled JDK for this tool and updates DEVELOPER_GUIDE.md (#3845) ### Description Backports following commits related to demo configuration tool from main to 2.x: - [x] [17748b9](17748b9) from #3669 - [x] [4496440](4496440) from #3734 - [x] [06d8c29](06d8c29) from #3777 - [x] [e698315](e698315) from #3807 - [x] [9d11524](9d11524) from #3843 - [x] [62aed21](62aed21) from #3850 - [x] [ceabe13](ceabe13) from #3844 ### Issues Resolved - Related to #3827 ### Testing - automated tests ### Check List - [x] New functionality includes testing - [x] New functionality has been documented - [x] Commits are signed per the DCO using --signoff By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. For more information on following Developer Certificate of Origin and signing off your commits, please check [here](https://github.com/opensearch-project/OpenSearch/blob/main/CONTRIBUTING.md#developer-certificate-of-origin). --------- Signed-off-by: Darshit Chanpura <dchanp@amazon.com> Signed-off-by: Darshit Chanpura <35282393+DarshitChanpura@users.noreply.github.com>
…3844) Signed-off-by: Darshit Chanpura <dchanp@amazon.com> Signed-off-by: Darshit Chanpura <35282393+DarshitChanpura@users.noreply.github.com> Signed-off-by: Prabhas Kurapati <prabhask@berkeley.edu>
…3844) Signed-off-by: Darshit Chanpura <dchanp@amazon.com> Signed-off-by: Darshit Chanpura <35282393+DarshitChanpura@users.noreply.github.com>
Description
Updates developer guide to reflect changes in demo config installation tool and removes integtest.sh as it is no longer used: opensearch-project/opensearch-build#497
Issues Resolved
Check List
New functionality includes testingBy submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.