]
Ion Savin commented on ISPN-4520:
---------------------------------
testLoadAndStoreWithLifespan fails also randomly:
JdbcBinaryStoreTest.testLoadAndStoreWithLifespanAndIdle random
failures
-----------------------------------------------------------------------
Key: ISPN-4520
URL:
https://issues.jboss.org/browse/ISPN-4520
Project: Infinispan
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Core, Test Suite - Core
Affects Versions: 7.0.0.Alpha4
Reporter: Dan Berindei
Assignee: Pedro Ruivo
Priority: Blocker
Labels: testsuite_stability
Fix For: 7.0.0.Alpha5
I think the 1s timeout is a bit small for the CI machine:
{noformat}
java.lang.IllegalStateException: Purge has timed out
at org.infinispan.persistence.BaseStoreTest.purgeExpired(BaseStoreTest.java:268)
{noformat}
The other methods using {{BaseStoreTest.purgeExpired}} and the other tests extending
BaseStoreTest probably have the same problem.