opensearch-sdk-java icon indicating copy to clipboard operation
opensearch-sdk-java copied to clipboard

[Meta] Build a test framework to test cross version extension/SDK.

Open saratvemulapalli opened this issue 2 years ago • 4 comments

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

saratvemulapalli avatar Jan 20 '23 18:01 saratvemulapalli

@ryanbogan and @saratvemulapalli would this test framework also test upgrade scenario wherein you are testing migration and/or upgrade from plugin to an extension ?

minalsha avatar Mar 23 '23 21:03 minalsha

The test framework should be able to accommodate that functionality, but it will not be implemented as part of this issue.

ryanbogan avatar Apr 03 '23 18:04 ryanbogan

@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 avatar Apr 06 '23 18:04 minalsha

@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.

saratvemulapalli avatar Apr 06 '23 23:04 saratvemulapalli