[infinispan-issues] [JBoss JIRA] (ISPN-4102) Adaptor52xCustomLoaderTest.testPurgeExpired radnomly fails
Vojtech Juranek (JIRA)
issues at jboss.org
Wed Mar 12 16:21:10 EDT 2014
Vojtech Juranek created ISPN-4102:
-------------------------------------
Summary: 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: http://www.atlassian.com/software/jira
More information about the infinispan-issues
mailing list