bschuchardt commented on a change in pull request #5839:
URL: https://github.com/apache/geode/pull/5839#discussion_r553478372
##########
File path:
geode-membership/src/integrationTest/java/org/apache/geode/distributed/internal/membership/gms/membership/GMSJoinLeaveJUnitTest.java
##########
@@ -115,11 +117,18 @@ public void initMocks(boolean enableNetworkPartition)
throws Exception {
public void initMocks(boolean enableNetworkPartition, boolean
useTestGMSJoinLeave)
throws Exception {
+ String locator = "localhost[12345]";
+ initMocks(enableNetworkPartition, useTestGMSJoinLeave, locator, locator);
+ }
+
+ public void initMocks(boolean enableNetworkPartition, boolean
useTestGMSJoinLeave,
+ String locators, String startLoactor)
Review comment:
typo: "startLocator"
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]