Closed cwperks closed 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?
: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?
java.security.AccessControlException: access denied ("java.lang.RuntimePermission" "createClassLoader")
: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?
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)
Added the missing perms
:white_check_mark: Gradle check result for f5ec04538f442e15ec027d38037cbc0a496dbc17: SUCCESS
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.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
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.