You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Mark Hanson (Jira)" <ji...@apache.org> on 2020/01/15 17:54:00 UTC

[jira] [Created] (GEODE-7702) DistributedAckRegionCCEDUnitTest > testClearOnNonReplicateWithConcurrentEvents is showing a product bug

Mark Hanson created GEODE-7702:
----------------------------------

             Summary: DistributedAckRegionCCEDUnitTest > testClearOnNonReplicateWithConcurrentEvents is showing a product bug
                 Key: GEODE-7702
                 URL: https://issues.apache.org/jira/browse/GEODE-7702
             Project: Geode
          Issue Type: Bug
          Components: client/server
            Reporter: Mark Hanson


testClearOnNonReplicateWithConcurrentEvents in DistributedAckRegionCCEDUnitTest.java

versionTestClearOnNonReplicateWithConcurrentEvents in MultiVMRegionTestCase.java 

doOpsLoop

doOpsLoopNoFlush
{noformat}
case 5:
  if (includeClear) {
    CCRegion.clear();
    break;
  } else {
    if (CCRegion.getAttributes().getDataPolicy().withReplication()) {
      if (oldkey != null) {
        CCRegion.putIfAbsent(oldkey, value);
      }
      break;
    } // else fall through to invalidate
  } {noformat}
the addition of this chunk of code causes this test to fail.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)