-
Notifications
You must be signed in to change notification settings - Fork 37
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
Fixing security tests #477
Conversation
Signed-off-by: Joshua Palis <jpalis@amazon.com>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #477 +/- ##
=========================================
Coverage 71.91% 71.91%
Complexity 621 621
=========================================
Files 78 78
Lines 3133 3133
Branches 234 234
=========================================
Hits 2253 2253
Misses 776 776
Partials 104 104 ☔ View full report in Codecov by Sentry. |
Thanks for addressing this @joshpalis. |
In the issue summary, add "Fixes" or "Resolves" prior to the issue number you're fixing. That will auto-link the issue to close it when the PR is merged. |
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! Is there a way to re-trigger the build that autocut the issue to verify the fix?
Other plugins such as KNN only pull in the security plugin when the |
The reason KNN and other plugins work with |
Signed-off-by: Joshua Palis <jpalis@amazon.com> (cherry picked from commit 69c0c61) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Builds run once a day. Ongoing build https://build.ci.opensearch.org/view/Build/job/distribution-build-opensearch/9294/ |
For autocut issue we should avoid using fixes or closes because if the build passes, autocut bot itself closes the issue. |
Or we can close it and autocut will reopen it when it fails again... |
Description
Enabled security integration tests using
-Dhttps
flag. Now security enabled integration tests will run with the following commandsIssues Resolved
Resolves #469
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.