Francois Gerthoffert created UNOMI-531:
------------------------------------------
Summary: Update the integration tests to support running on
different versions of Elasticsearch
Key: UNOMI-531
URL: https://issues.apache.org/jira/browse/UNOMI-531
Project: Apache Unomi
Issue Type: Task
Reporter: Francois Gerthoffert
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:
{code:java}
strategy:
matrix:
java: [ 1.8, 11] {code}
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).
--
This message was sent by Atlassian Jira
(v8.20.1#820001)