1 Reply Latest reply on Oct 9, 2018 5:22 AM by rhusar

    mod_cluster 2.0.0.Alpha1-SNAPSHOT build error

    mtophir

      Hi

       

      Tryiing to build mod_cluster 2.0.0.Apha1 from source but got error during tests.

      [INFO] Running org.jboss.modcluster.advertise.impl.DatagramChannelFactoryImplTestCase

      ...

      [ERROR] testDatagramChannelRead(org.jboss.modcluster.advertise.impl.DatagramChannelFactoryImplTestCase)  Time elapsed: 2.221 s  <<< FAILURE!                                  

      java.lang.AssertionError

      ...

      [ERROR] testBasicOperation(org.jboss.modcluster.advertise.impl.AdvertiseListenerImplTestCase)  Time elapsed: 3.124 s  <<< FAILURE!                                            
      Wanted but not invoked:                                                             
      mCMPHandler.addProxy(<Capturing argument>);                                         
      -> at org.jboss.modcluster.advertise.impl.AdvertiseListenerImplTestCase.testBasicOperation(AdvertiseListenerImplTestCase.java:102)                                            

      Actually, there were zero interactions with this mock.

       

      Using maven 3.5.2, openjdk 11, CentOS 6.8.

       

      Thanks.