Hide Forgot
project_key: EDG Cache entries remain in the cache even after their lifespan expires (when setting the lifespan via replaceWithVersionAsync) The test verifying this can be found at https://svn.devel.redhat.com/repos/jboss-qa/edg/edg-functional-tests/trunk/async-futures/src/test/java/org/jboss/test/datagrid/async/LocalModeTest.java - test method testReplaceWithVersionWithLifespanAsync() The test is failing on line assertEquals(null, cache.getVersioned("aKey")); The steps to run this test are similar to those described in JBPAPP-6928. Btw, also a synchronous version of this method fails to set the lifespan for cache entries (test at https://svn.devel.redhat.com/repos/jboss-qa/edg/edg-functional-tests/trunk/migrated-tests/src/test/java/org/jboss/test/cluster/datagrid/hotrod - test method testReplaceWithVersionWithLifespan())
Link: Added: This issue relates to ISPN-1318
For the synchronous operation, the test is located in HotRodClientRemoteCacheTestCase.java under the specified directory.
Fix will be available in next Infinispan release.
Docs QE Status: Removed: NEW