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

ClusteredCacheConfigurationTest.testQueueFlushIntervalMemcached random failures

This issue belongs to an archived project. You can view it, but you can't modify it. Learn more

XMLWordPrintable

      This code will always fail (lines 109-110):

                  assertNotNull(mc1.get("k2"));
                  assertNull(mc1.get("k2"));
      

      However, this code path is not hit often, so the failures are quite rare.

      I think the second line should be assertNull(mc2.get("k2"));

              mircea.markus Mircea Markus (Inactive)
              dberinde@redhat.com Dan Berindei (Inactive)
              Archiver:
              rhn-support-adongare Amol Dongare

                Created:
                Updated:
                Resolved:
                Archived: