]
Dan Berindei updated ISPN-10521:
--------------------------------
Attachment:
ISPN-9541_modules_20190825-1146_CacheMgmtInterceptorMBeanTest-infinispan-core.log.gz
CacheMgmtInterceptorMBeanTest.testStores random failure
-------------------------------------------------------
Key: ISPN-10521
URL:
https://issues.jboss.org/browse/ISPN-10521
Project: Infinispan
Issue Type: Bug
Components: Test Suite - Core
Affects Versions: 10.0.0.CR1
Reporter: Dan Berindei
Assignee: Will Burns
Priority: Major
Labels: testsuite_stability
Fix For: 10.0.0.CR2
Attachments:
ISPN-9541_modules_20190825-1146_CacheMgmtInterceptorMBeanTest-infinispan-core.log.gz
The test calls {{TestingUtil.cleanUpDataContainerForCache(cache)}}, but apparently
it's still not enough to guarantee that the number of entries is correct:
{noformat}
12:05:33.109 [ERROR]
jmx.CacheMgmtInterceptorMBeanTest(org.infinispan.jmx.CacheMgmtInterceptorMBeanTest) Time
elapsed: 0.009 s <<< FAILURE!
java.lang.AssertionError: expecting 4.0 for NumberOfEntries, but received 3
at
org.infinispan.jmx.CacheMgmtInterceptorMBeanTest.assertAttributeValue(CacheMgmtInterceptorMBeanTest.java:228)
at
org.infinispan.jmx.CacheMgmtInterceptorMBeanTest.assertCurrentNumberOfEntries(CacheMgmtInterceptorMBeanTest.java:267)
at
org.infinispan.jmx.CacheMgmtInterceptorMBeanTest.testStores(CacheMgmtInterceptorMBeanTest.java:148)
{noformat}