[infinispan-issues] [JBoss JIRA] (ISPN-3483) CacheLoaderAPITest is falling randomly

Mircea Markus (JIRA) jira-events at lists.jboss.org
Wed Sep 11 07:44:03 EDT 2013


     [ https://issues.jboss.org/browse/ISPN-3483?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mircea Markus updated ISPN-3483:
--------------------------------

        Status: Resolved  (was: Pull Request Sent)
    Resolution: Done

    
> CacheLoaderAPITest is falling randomly
> --------------------------------------
>
>                 Key: ISPN-3483
>                 URL: https://issues.jboss.org/browse/ISPN-3483
>             Project: Infinispan
>          Issue Type: Bug
>    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