-
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
Distribution bundle bwc tests #579
Distribution bundle bwc tests #579
Conversation
Signed-off-by: Varun Jain <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #579 +/- ##
=========================================
Coverage 84.39% 84.39%
Complexity 535 535
=========================================
Files 40 40
Lines 1570 1570
Branches 245 245
=========================================
Hits 1325 1325
Misses 133 133
Partials 112 112 ☔ View full report in Codecov by Sentry. |
Signed-off-by: Varun Jain <[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.
Had an offline discussion with @vibrantvarun. This PR looks good for me. Please make sure to change the BWC version when we backport to 2.x branch. Thanks.
6396446
into
opensearch-project:main
* Distribution bundle bwc tests Signed-off-by: Varun Jain <[email protected]> (cherry picked from commit 6396446)
* Distribution bundle bwc tests (#579) * Distribution bundle bwc tests Signed-off-by: Varun Jain <[email protected]> (cherry picked from commit 6396446) * bundle version to 2.11 Signed-off-by: Varun Jain <[email protected]> --------- Signed-off-by: Varun Jain <[email protected]>
Description
There is a framework for BWC tests on distribution level as well which will set up the test cluster with the bundle distribution including all plugins engineering effectiveness team builds.
It will be beneficial during the release cycle since we will be testing the exact distribution that we would ship to the customers.
This PR consist configuration to run bwc tests on distribution bundle.
The bwc distribution will fail on neural search for opensearch versions <2.11 because of the bug from the ml-commons.
opensearch-project/ml-commons#1838
Issues Resolved
564
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.