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

ClusteredCacheConfigurationTest.testQueueFlushIntervalMemcached random failures

    XMLWordPrintable

Details

    Description

      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"));

      Attachments

        Activity

          People

            mircea.markus Mircea Markus (Inactive)
            dberinde@redhat.com Dan Berindei (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: