Skip to content
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

[FEATURE] Run tests against multiple versions of OpenSearch #398

Closed
dblock opened this issue Jul 10, 2024 · 0 comments · Fixed by #410
Closed

[FEATURE] Run tests against multiple versions of OpenSearch #398

dblock opened this issue Jul 10, 2024 · 0 comments · Fixed by #410
Assignees
Labels
enhancement New feature or request

Comments

@dblock
Copy link
Member

dblock commented Jul 10, 2024

Is your feature request related to a problem?

In #356 we are adding an API spec for the next version of OpenSearch. The tests running currently against 2.15 will fail.

What solution would you like?

  1. Expand the test matrix to run against a stable and the next version of OpenSearch.
  2. Add a feature that lets one mark the minimum version of server required for tests.
  3. Only run tests against any specific version of OpenSearch that are compatible.

Use nightly docker images https://hub.docker.com/r/opensearchstaging/opensearch/tags pointing to next version of opensearch. As it is nightly, it might not have all the plugins installed.

What alternatives have you considered?

Always run tests against the next version of OpenSearch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant