opensearch-project / OpenSearch

🔎 Open source distributed and RESTful search engine.
https://opensearch.org/docs/latest/opensearch/index/
Apache License 2.0
9.83k stars 1.83k forks source link

Bump mockito from 5.14.1 to 5.14.2, objenesis from 3.2 to 3.3 and bytebuddy from 1.15.4 to 1.15.10 #16655

Closed cwperks closed 6 days ago

cwperks commented 6 days ago

Description

Bumps the version of mockito from 5.14.1 to 5.14.2, objenesis from 3.2 to 3.3 and bytebuddy from 1.15.4 to 1.15.10

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.

github-actions[bot] commented 6 days ago

:x: Gradle check result for eec394d8708bcd763518c9d865a881c10e706502: FAILURE

Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change?

github-actions[bot] commented 6 days ago

:x: Gradle check result for 93cb5e6800314a2baf99ea07deb34f3572d58fc5: FAILURE

Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change?

cwperks commented 6 days ago

java.security.AccessControlException: access denied ("java.lang.RuntimePermission" "createClassLoader")

github-actions[bot] commented 6 days ago

:x: Gradle check result for c490e3be5b0f1f4a5eb5d3c9b2f8f450a13d5fab: FAILURE

Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change?

reta commented 6 days ago

java.security.AccessControlException: access denied ("java.lang.RuntimePermission" "createClassLoader")

We may need to update https://github.com/opensearch-project/OpenSearch/blob/main/libs/common/src/test/resources/org/opensearch/bootstrap/test.policy as well (new permission)

cwperks commented 6 days ago

Added the missing perms

github-actions[bot] commented 6 days ago

:white_check_mark: Gradle check result for f5ec04538f442e15ec027d38037cbc0a496dbc17: SUCCESS

codecov[bot] commented 6 days ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 72.01%. Comparing base (3b9ca63) to head (f5ec045). Report is 3 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #16655 +/- ## ============================================ + Coverage 71.99% 72.01% +0.02% + Complexity 65153 65139 -14 ============================================ Files 5318 5318 Lines 303903 303903 Branches 43970 43970 ============================================ + Hits 218804 218865 +61 + Misses 67138 67106 -32 + Partials 17961 17932 -29 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.