[Meta] Build a test framework to test cross version extension/SDK.
Add test framework support to test extensions across versions.
- [x] https://github.com/opensearch-project/opensearch-sdk-java/issues/589
- [ ] https://github.com/opensearch-project/opensearch-sdk-java/issues/590
@ryanbogan and @saratvemulapalli would this test framework also test upgrade scenario wherein you are testing migration and/or upgrade from plugin to an extension ?
The test framework should be able to accommodate that functionality, but it will not be implemented as part of this issue.
@ryanbogan can we have a separate issue for tracking upgrade scenario wherein you are testing migration and/or upgrade from plugin to an extension ? This should be part of experimental SDK launch, isnt it?
@minalsha we'll definitely have an issue for plugin to extension migration testing. It shouldn't be inscope for experimental SDK launch. Its just another abstraction we need to build on top of the framework. @ryanbogan lets open an issue and tag this required for AD GA.