]
RH Bugzilla Integration updated ISPN-4102:
------------------------------------------
Bugzilla Update: Perform
Bugzilla References:
Adaptor52xCustomLoaderTest.testPurgeExpired radnomly fails
-----------------------------------------------------------
Key: ISPN-4102
URL:
https://issues.jboss.org/browse/ISPN-4102
Project: Infinispan
Issue Type: Bug
Components: Test Suite - Core
Environment: RHEL5, x86_64, IBM JDK 7
Reporter: Vojtech Juranek
Assignee: Dan Berindei
{{org.infinispan.compatibility.adaptor52x.Adaptor52xCustomLoaderTest.testPurgeExpired}}
fails randomly with
{noformat}
java.lang.AssertionError
at org.infinispan.persistence.BaseStoreTest.testPurgeExpired(BaseStoreTest.java:323)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
{noformat}
Failing assert:
{noformat}
InternalCacheEntry ice2 = TestInternalCacheEntryFactory.create("k2",
"v2", -1, idle);
cl.write(marshalledEntry(ice2, getMarshaller()));
assert cl.contains("k2");
{noformat}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: