Running org.hibernate.search.backend.jgroups.impl.AutoNodeSelectorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069 sec - in org.hibernate.search.backend.jgroups.impl.AutoNodeSelectorTest
Running org.hibernate.search.backend.jgroups.impl.JGroupsBackendQueueProcessorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.124 sec - in org.hibernate.search.backend.jgroups.impl.JGroupsBackendQueueProcessorTest
Running org.hibernate.search.backend.jgroups.impl.JGroupsConfigurationTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.248 sec - in org.hibernate.search.backend.jgroups.impl.JGroupsConfigurationTest
Running org.hibernate.search.backend.jgroups.impl.SerializationHelperTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.hibernate.search.backend.jgroups.impl.SerializationHelperTest
Running org.hibernate.search.backend.jgroups.impl.SyncJGroupsBackendTest
Tests run: 3, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 5.714 sec <<< FAILURE! - in org.hibernate.search.backend.jgroups.impl.SyncJGroupsBackendTest
testSynchAsConfigured(org.hibernate.search.backend.jgroups.impl.SyncJGroupsBackendTest) Time elapsed: 2.94 sec <<< FAILURE!
junit.framework.AssertionFailedError: The backend didn't receive any message: something wrong with the test setup of network configuration
at junit.framework.Assert.fail(Assert.java:47)
at junit.framework.Assert.assertTrue(Assert.java:20)
at org.hibernate.search.backend.jgroups.impl.SyncJGroupsBackendTest.testSynchAsConfigured(SyncJGroupsBackendTest.java:115)
Running org.hibernate.search.test.jgroups.common.AutoMuxChannelTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.088 sec - in org.hibernate.search.test.jgroups.common.AutoMuxChannelTest
Running org.hibernate.search.test.jgroups.common.InjectedChannelTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.429 sec - in org.hibernate.search.test.jgroups.common.InjectedChannelTest
Running org.hibernate.search.test.jgroups.common.JGroupsCommonTest
Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 17.657 sec <<< FAILURE! - in org.hibernate.search.test.jgroups.common.JGroupsCommonTest
testJGroupsBackend(org.hibernate.search.test.jgroups.common.JGroupsCommonTest) Time elapsed: 17.657 sec <<< FAILURE!
java.lang.AssertionError: Lots of time waited and still the two documents are not indexed yet!
at org.junit.Assert.fail(Assert.java:91)
at org.hibernate.search.test.jgroups.common.JGroupsCommonTest.testJGroupsBackend(JGroupsCommonTest.java:110)
Running org.hibernate.search.test.jgroups.common.MSMuxChannelTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.97 sec - in org.hibernate.search.test.jgroups.common.MSMuxChannelTest
Running org.hibernate.search.test.jgroups.master.JGroupsMasterTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.54 sec - in org.hibernate.search.test.jgroups.master.JGroupsMasterTest
Running org.hibernate.search.test.jgroups.slave.JGroupsSlaveTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.813 sec - in org.hibernate.search.test.jgroups.slave.JGroupsSlaveTest
Results :
Failed tests:
SyncJGroupsBackendTest.testSynchAsConfigured:115 The backend didn't receive any message: something wrong with the test setup of network configuration
JGroupsCommonTest.testJGroupsBackend:110 Lots of time waited and still the two documents are not indexed yet!
Tests run: 24, Failures: 2, Errors: 0, Skipped: 0