Closed
Description
sothawo opened DATAES-654 and commented
change the project setup so that tests can be written using JUnit 5 as well as JUnit 4.
An Extension should be implemented that
- provides a locally started Elasticsearch Cluster
- this ES is only created once for the whole testrun - not per class
- the cluster is shutdown after all tests have run
- as an alternative the URL of an existing cluster may be set via environment or extension configuration
- information about the ES cluster can be injected into the testclass (URL or a Client in case of a locally started cluster)
Affects: 3.2 RC3 (Moore)
Referenced from: pull request #329