-
Notifications
You must be signed in to change notification settings - Fork 66
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
upgrade mockito and byte-buddy version to align with opensearch core and Fix BWC test case failure #644
Conversation
Signed-off-by: Hailong Cui <[email protected]>
There are still two lines in notifications/core/build.gradle are hard coded |
Signed-off-by: Hailong Cui <[email protected]>
Codecov Report
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more @@ Coverage Diff @@
## main #644 +/- ##
============================================
+ Coverage 61.36% 61.70% +0.34%
Complexity 112 112
============================================
Files 73 73
Lines 2472 2494 +22
Branches 265 265
============================================
+ Hits 1517 1539 +22
Misses 778 778
Partials 177 177
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Signed-off-by: Hailong Cui <[email protected]>
security test case failure due to docker could start, the cause for docker start failures is OpenSearch could not load PerformanceAnalyzerPlugin
|
Signed-off-by: Hailong Cui <[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
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
Description
upgrade mockito and byte-buddy version to align with opensearch core
Bump Mockito to 5.2.0 and ByteBuddy to 1.14.2 OpenSearch#6678
To fix the BWC test case failure, we upgraded the BWC OpenSearch version to 2.7.0. The reason for this upgrade is that OpenSearch 3.0.0 will only be compatible with the latest version of 2.x, which for the time being is 2.7.0. Once we have a newer version, such as 2.8.0, we will need to upgrade to that version.
Enable debug log for security run with docker
Issues Resolved
#643, #641
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.