[infinispan-issues] [JBoss JIRA] (ISPN-3483) CacheLoaderAPITest is falling randomly
Pedro Ruivo (JIRA)
jira-events at lists.jboss.org
Tue Sep 10 11:24:03 EDT 2013
Pedro Ruivo created ISPN-3483:
---------------------------------
Summary: 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: http://www.atlassian.com/software/jira
More information about the infinispan-issues
mailing list