-
Bug
-
Resolution: Won't Do
-
Major
-
None
-
JDG 7.0.0 GA
org.infinispan.test.integration.security.embedded.NodeAuthentication* fail randomly, example from NodeAuthenticationMD5PassIT.testReadItemOnJoiningNode:
java.lang.AssertionError: Insufficient number of cluster members expected:<2> but was:<1> at org.junit.Assert.fail(Assert.java:88) at org.junit.Assert.failNotEquals(Assert.java:743) at org.junit.Assert.assertEquals(Assert.java:118) at org.junit.Assert.assertEquals(Assert.java:555) at org.infinispan.test.integration.security.embedded.AbstractNodeAuthentication.testReadItemOnJoiningNode(AbstractNodeAuthentication.java:143) at org.infinispan.test.integration.security.embedded.NodeAuthenticationMD5PassIT.testReadItemOnJoiningNode(NodeAuthenticationMD5PassIT.java:59)
Console output:
&#27;[0m23:53:08,581 INFO [org.jboss.arquillian.testenricher.cdi.container.BeanManagerProducer] (default task-1) BeanManager not found. &#27;[0m&#27;[0m23:53:10,005 INFO [org.infinispan.jmx.CacheManagerJmxRegistration] (default task-1) ISPN000200: Unable to register MBeans for cache manager &#27;[0m&#27;[0m23:53:10,756 INFO [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (default task-1) ISPN000078: Starting JGroups channel ISPN &#27;[0m&#27;[33m23:53:11,586 WARNING [org.jgroups.stack.Configurator] (default task-1) JGRP000014: TP.loopback has been deprecated: enabled by default &#27;[0m&#27;[33m23:53:11,638 WARNING [org.jgroups.stack.Configurator] (default task-1) JGRP000014: Discovery.timeout has been deprecated: GMS.join_timeout should be used instead &#27;[0m&#27;[33m23:53:11,642 WARNING [org.jgroups.stack.Configurator] (default task-1) JGRP000014: Discovery.num_initial_members has been deprecated: will be ignored &#27;[0m&#27;[33m23:53:12,072 WARNING [org.jgroups.protocols.pbcast.NAKACK2] (default task-1) JGRP000037: use_mcast_xmit should not be used because the transport (TCP) does not support IP multicasting; setting use_mcast_xmit to false &#27;[0m&#27;[0m23:53:12,105 INFO [org.jgroups.protocols.UFC] (default task-1) UFC is not needed (and can be removed) as we're running on a TCP transport &#27;[0m&#27;[0m23:53:15,354 INFO [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (default task-1) ISPN000094: Received new cluster view for channel ISPN: [dev32-02-65421|0] (1) [dev32-02-65421] &#27;[0m&#27;[0m23:53:15,377 INFO [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (default task-1) ISPN000079: Channel ISPN local address is dev32-02-65421, physical addresses are [10.16.89.255:7801] &#27;[0m&#27;[0m23:53:15,406 INFO [org.infinispan.factories.GlobalComponentRegistry] (default task-1) ISPN000128: Infinispan version: Infinispan 'Chakra' 8.3.0.ER1-redhat-1 &#27;[0m&#27;[0m23:53:16,512 INFO [org.infinispan.jmx.CacheJmxRegistration] (default task-1) ISPN000199: Unable to register MBeans for named cache replicatedCache &#27;[0m
- relates to
-
JDG-364 Various security tests fails with IBM JDK
- Closed