cloudant-labs / clouseau

Expose Lucene features as an erlang-like node
Apache License 2.0
57 stars 32 forks source link

Make sure we start epmd for tests to pass #56

Closed iilyak closed 2 years ago

iilyak commented 2 years ago

I've noticed that the github workflow builds are failing with

Running com.cloudant.clouseau.IndexServiceSpec
Running com.cloudant.clouseau.IndexServiceSpec
Tests run: 24, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 25.133 sec <<< FAILURE!
an index should::perform sorting(com.cloudant.clouseau.IndexServiceSpec)  Time elapsed: 0.027 sec  <<< ERROR!
java.net.ConnectException: Connection refused
    at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
    at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:741)
    at org.jboss.netty.channel.socket.nio.NioClientSocketPipelineSink$Boss.connect(NioClientSocketPipelineSink.java:401)

The error goes away when epmd is started prior to running the tests.