mhansonp commented on code in PR #7493:
URL: https://github.com/apache/geode/pull/7493#discussion_r859048946


##########
geode-core/src/distributedTest/java/org/apache/geode/internal/cache/execute/PRClientServerTestBase.java:
##########
@@ -99,10 +101,11 @@ public final void postSetUp() throws Exception {
     server2 = host.getVM(1);
     server3 = host.getVM(2);

Review Comment:
   For future reference, these can be cleaned up to be
   <Delete> Host host = Host.getHost(0);
   server1 = VM.getVM(0);
   server2 = VM.getVM(1);
   server3 = VM.getVM(2);
   client = VM.getVM(3);



-- 
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-unsubscr...@geode.apache.org

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

Reply via email to