Details
-
Task
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
The objective of this ticket is to be able to run the integration tests on any version of Elasticsearch by providing the corresponding variable to the framework.
This would be triggered similarly to what is being done today in the GitHub action for Java versions:
strategy: matrix: java: [ 1.8, 11]
We would then be running these tests regularly on the minimum supported version (currently 7.4.2) and on any "latest" released version.
It would be best if we could test not only the elasticsearch version, but also compatible forks (such as Opensearch).