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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to