You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@geode.apache.org by GitBox <gi...@apache.org> on 2022/01/07 18:37:33 UTC

[GitHub] [geode] kirklund commented on a change in pull request #7235: GEODE-9913: Added basicBridgePut condition to ensure VersionTag set

kirklund commented on a change in pull request #7235:
URL: https://github.com/apache/geode/pull/7235#discussion_r780453781



##########
File path: geode-core/src/test/java/org/apache/geode/internal/cache/LocalRegionTest.java
##########
@@ -290,4 +293,48 @@ public void forPdxInstanceByPassTheFutureInLocalRegionOptimizedGetObject() {
     assertThat(object).isNotSameAs(result);
     assertThat(object).isSameAs(newResult);
   }
+
+  @Test
+  public void verifyBasicBridgePutSetsVersionTagOnClientEventIfConcurrencyConflictAndPossibleDuplicate() {
+    // Create the region
+    LocalRegion region =

Review comment:
       You might be able to use a mock of `InternalRegion` instead. You could add method(s) to `InternalRegion` if needed.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@geode.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org