CacheLoaderAPITest is falling randomly
--------------------------------------
Key: ISPN-3483
URL:
https://issues.jboss.org/browse/ISPN-3483
Project: Infinispan
Issue Type: Feature Request
Affects Versions: 6.0.0.Alpha4
Reporter: Pedro Ruivo
Assignee: Pedro Ruivo
Fix For: 6.0.0.Beta1
{code:java}
Set keyList = PersistenceUtil.toKeySet(cacheLoader, null);
checkIfExists(keyList, exclusionSet, true, false);
keyList = PersistenceUtil.toKeySet(cacheLoader, null);
checkIfExists(keyList, exclusionSet, false, true);
{code}
in the second toKeySet, is missing the exclusion list, otherwise it will going to load
all keys again
--
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: