DonalEvans commented on a change in pull request #6659:
URL: https://github.com/apache/geode/pull/6659#discussion_r660809436



##########
File path: 
geode-wan/src/distributedTest/java/org/apache/geode/internal/cache/wan/WANTestBase.java
##########
@@ -2302,6 +2302,25 @@ public static void doPuts(String regionName, int 
numPuts) {
     }
   }
 
+  public static void doTxPuts(String regionName, int numPuts) {
+    IgnoredException exp1 =
+        
IgnoredException.addIgnoredException(InterruptedException.class.getName());
+    IgnoredException exp2 =
+        
IgnoredException.addIgnoredException(GatewaySenderException.class.getName());
+    try {
+      Region r = cache.getRegion(SEPARATOR + regionName);

Review comment:
       Warnings here can be fixed by using `Region<Object, Object>`




-- 
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