]
Dan Berindei reassigned ISPN-6126:
----------------------------------
Assignee: Dan Berindei
JmxManagementIT.testCacheManagerAttributes always fails
-------------------------------------------------------
Key: ISPN-6126
URL:
https://issues.jboss.org/browse/ISPN-6126
Project: Infinispan
Issue Type: Bug
Reporter: Dan Berindei
Assignee: Dan Berindei
ISPN-5816 introduced a new implicit cache, so the new expected number of caches should be
{{6}}.
{noformat}
java.lang.AssertionError: expected:<5> but was:<6>
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.junit.Assert.assertEquals(Assert.java:542)
at
org.infinispan.server.test.jmx.management.JmxManagementIT.testCacheManagerAttributes(JmxManagementIT.java:163)
{noformat}