-
Type: Task
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 9.3
-
Component/s: Elasticsearch
-
Epic Link:
-
Tags:
-
Sprint:nxcore 9.3.7, nxcore 9.3.8
-
Story Points:2
We now have 2 clients TranportClient and RestClient but all unit test run with the default TransportClient.
We need to make sure the RestClient is tested.
–
in nuxeo-elasticsearch-core you can use mvn test -PRestClient or -PTransportClient
or use the -Dnuxeo.test.elasticsearch.client=RestClient -Dnuxeo.test.elasticsearch.clusterName=myCluster -Dnuxeo.test.elasticsearch.addressList=http://mycluster:9200