-
Notifications
You must be signed in to change notification settings - Fork 138
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 accessUserInformation to the plugin security policy. (Issue # 844) #1598
Conversation
Signed-off-by: Austin Lee <[email protected]>
Codecov Report
@@ Coverage Diff @@
## main #1598 +/- ##
============================================
- Coverage 78.35% 78.31% -0.05%
+ Complexity 2343 2341 -2
============================================
Files 194 194
Lines 9528 9528
Branches 953 953
============================================
- Hits 7466 7462 -4
- Misses 1633 1636 +3
- Partials 429 430 +1
Flags with carried forward coverage won't be shown. Click here to find out more. |
Awesome!! If you think the issue is resolved, can we remove this check here? |
@dhrubo-os I commented it out and the test is passing on my machine (Mac M2):
|
Signed-off-by: Austin Lee <[email protected]>
Signed-off-by: Austin Lee <[email protected]>
@dhrubo-os @zane-neo can you guys take a look? |
Looks good to me. I'm not sure why it's showing java 20 test in the workflow as we updated to java 21. Could you please take all the updates from main? Thanks. |
@austintlee while you are working on this, could you please test this redeploy model in your end with java 21? For java 21, sometiimes it's showing timeout issue. |
#1598) * Add accessUserInformation to the plugin security policy. (Issue # 844) Signed-off-by: Austin Lee <[email protected]> * Re-enable ReDeploy IT test. Signed-off-by: Austin Lee <[email protected]> * Apply spotless. Signed-off-by: Austin Lee <[email protected]> --------- Signed-off-by: Austin Lee <[email protected]> (cherry picked from commit ee69eb0)
#1598) (#1959) * Add accessUserInformation to the plugin security policy. (Issue # 844) Signed-off-by: Austin Lee <[email protected]> * Re-enable ReDeploy IT test. Signed-off-by: Austin Lee <[email protected]> * Apply spotless. Signed-off-by: Austin Lee <[email protected]> --------- Signed-off-by: Austin Lee <[email protected]> (cherry picked from commit ee69eb0) Co-authored-by: Austin Lee <[email protected]>
opensearch-project#1598) * Add accessUserInformation to the plugin security policy. (Issue # 844) Signed-off-by: Austin Lee <[email protected]> * Re-enable ReDeploy IT test. Signed-off-by: Austin Lee <[email protected]> * Apply spotless. Signed-off-by: Austin Lee <[email protected]> --------- Signed-off-by: Austin Lee <[email protected]>
Description
Fixes an issue where zip files in model_cache are not getting deleted.
Issues Resolved
#844
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.