org.hibernate.search.elasticsearch.test.HostCanBeConfiguredIT.shouldApplyConfiguredElasticsearchHost
Failing for the past 5 builds (Since Unstable#522 ) Took 1 sec. Error Message
expected:<'Connection refused[]'> but was:<'Connection refused\[: connect]'> Stacktrace
{code:java} org.junit.ComparisonFailure: expected:<'Connection refused[]'> but was:<'Connection refused\[: connect]'> at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:423) at org.fest.assertions.ConstructorInvoker.newInstance(ConstructorInvoker.java:36) at org.fest.assertions.ComparisonFailureFactory.newComparisonFailure(ComparisonFailureFactory.java:60) at org.fest.assertions.ComparisonFailureFactory.comparisonFailure(ComparisonFailureFactory.java:46) at org.fest.assertions.Fail.comparisonFailed(Fail.java:83) at org.fest.assertions.Fail.failIfNotEqual(Fail.java:71) at org.fest.assertions.ThrowableAssert.hasMessage(ThrowableAssert.java:85) at org.hibernate.search.elasticsearch.test.HostCanBeConfiguredIT.shouldApplyConfiguredElasticsearchHost(HostCanBeConfiguredIT.java:48) {code}
I've seen this happening only on Windows, I guess ES gives a slightly different error message on Windows?
|
|