-
Notifications
You must be signed in to change notification settings - Fork 38
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
Add integration test against security enabled cluster #513
Conversation
Codecov Report
@@ Coverage Diff @@
## main #513 +/- ##
============================================
- Coverage 88.62% 88.47% -0.15%
- Complexity 751 752 +1
============================================
Files 92 92
Lines 2717 2717
Branches 221 221
============================================
- Hits 2408 2404 -4
- Misses 228 232 +4
Partials 81 81 |
ba33c8a
to
209bb34
Compare
Signed-off-by: Heemin Kim <[email protected]>
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! Thanks
Signed-off-by: Heemin Kim <[email protected]> (cherry picked from commit ed8198f)
Signed-off-by: Heemin Kim <[email protected]> (cherry picked from commit ed8198f)
Just to make sure we're keeping in mind that this approach has multiple drawbacks, main one would be that if some core component is failing then this action will fail too, we've seen that in knn repo, @heemin32 I mean discussion in this issue: opensearch-project/k-NN#901 |
Signed-off-by: Heemin Kim <[email protected]> (cherry picked from commit ed8198f) Co-authored-by: Heemin Kim <[email protected]>
Signed-off-by: Heemin Kim <[email protected]> (cherry picked from commit ed8198f) Co-authored-by: Heemin Kim <[email protected]>
Description
Add integration test against security enabled cluster
Issues Resolved
#512
Check List
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.