[infinispan-issues] [JBoss JIRA] (ISPN-3483) CacheLoaderAPITest is falling randomly
Pedro Ruivo (JIRA)
jira-events at lists.jboss.org
Tue Sep 10 11:54:03 EDT 2013
[ https://issues.jboss.org/browse/ISPN-3483?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Pedro Ruivo updated ISPN-3483:
------------------------------
Status: Pull Request Sent (was: Coding In Progress)
Git Pull Request: https://github.com/infinispan/infinispan/pull/2056
> 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