Uploaded image for project: 'Infinispan'
  1. Infinispan
  2. ISPN-3483

CacheLoaderAPITest is falling randomly

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 6.0.0.Beta1
    • 6.0.0.Alpha4
    • None
    • None

    Description

      Set keyList = PersistenceUtil.toKeySet(cacheLoader, null);
      checkIfExists(keyList, exclusionSet, true, false);
      
      keyList = PersistenceUtil.toKeySet(cacheLoader, null);
      checkIfExists(keyList, exclusionSet, false, true);
      

      in the second toKeySet, is missing the exclusion list, otherwise it will going to load all keys again

      Attachments

        Activity

          People

            pruivo@redhat.com Pedro Ruivo
            pruivo@redhat.com Pedro Ruivo
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: