I'm running "mvn verify" from the 2.1.0 release with failures. Am I missing anything?
[x] I installed Elasticsearch 1.7 locally
[x] I double-checked that "localhost/127.0.0.1:9300" is ready
From the failsafe message it doesn't seem to find the "elasticsearch" cluster:
T E S T S
Running com.englishtown.vertx.elasticsearch.integration.IntegrationTest
Starting test: IntegrationTest#test1Index
[Baron Strucker] loaded [], sites []
[Baron Strucker] node [#transport#-1][localhost][inet[localhost/127.0.0.1:9300]] not part of the cluster Cluster [elasticsearch], ignoring...
[Baron Strucker] node [#transport#-1][localhost][inet[localhost/127.0.0.1:9300]] not part of the cluster Cluster [elasticsearch], ignoring...
[Baron Strucker] failed to get node info for [#transport#-2][localhost][inet[dockerhost/180.168.41.175:9300]], disconnecting...
org.elasticsearch.transport.NodeDisconnectedException: [][inet[dockerhost/180.168.41.175:9300]][cluster:monitor/nodes/info] disconnected
I'm running "mvn verify" from the 2.1.0 release with failures. Am I missing anything?
From the failsafe message it doesn't seem to find the "elasticsearch" cluster:
T E S T S
Running com.englishtown.vertx.elasticsearch.integration.IntegrationTest Starting test: IntegrationTest#test1Index [Baron Strucker] loaded [], sites [] [Baron Strucker] node [#transport#-1][localhost][inet[localhost/127.0.0.1:9300]] not part of the cluster Cluster [elasticsearch], ignoring... [Baron Strucker] node [#transport#-1][localhost][inet[localhost/127.0.0.1:9300]] not part of the cluster Cluster [elasticsearch], ignoring... [Baron Strucker] failed to get node info for [#transport#-2][localhost][inet[dockerhost/180.168.41.175:9300]], disconnecting... org.elasticsearch.transport.NodeDisconnectedException: [][inet[dockerhost/180.168.41.175:9300]][cluster:monitor/nodes/info] disconnected
...