jiajunwang commented on a change in pull request #948: Add integration test for 
Helix Java APIs using different MSDS endpoints
URL: https://github.com/apache/helix/pull/948#discussion_r407022391
 
 

 ##########
 File path: 
helix-core/src/test/java/org/apache/helix/integration/multizk/TestMultiZkHelixJavaApis.java
 ##########
 @@ -89,6 +94,11 @@
   private static final List<String> CLUSTER_LIST =
       ImmutableList.of("CLUSTER_1", "CLUSTER_2", "CLUSTER_3");
 
+  // For testing different MSDS endpoint configs.
+  private static final String CLUSTER_THREE = "CLUSTER_3";
+  private static final String CLUSTER_FOUR = "CLUSTER_4";
+  private static final String SLASH = "/";
 
 Review comment:
   Why? Consider using PropertyPathBuilder to avoid hard code?

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


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to