-
Notifications
You must be signed in to change notification settings - Fork 72
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 backwards compatibility tests for automation #202
Comments
@vamshin can you assign an owner for this task? |
Hey @vibrantvarun, It seems like you have added the BWC tests for neural search on the plugin level with only necessary dependency plugins that neural search needs. We also have 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. Are you plan to add that part as well? I believe it will be beneficial during the release cycle since we will be testing the exact distribution that we would ship to the customers. It's a straightforward step based on what you already worked on the BWC tests. More onboarding info can be found here. |
BWC tests at plugin level and distribution level are added now. Therefore closing the issue. |
Add backwards compatibility tests for the plugin to automate end-to-end upgrade paths for faster releases.
Developer documentation for implementing bwc tests and hooking them to CI: https://github.com/opensearch-project/opensearch-plugins/blob/main/TESTING.md#backwards-compatibility-testing
This would include the BWC tests on both plugin level and distribution bundle level.
The text was updated successfully, but these errors were encountered: