xyuanlu commented on a change in pull request #1747:
URL: https://github.com/apache/helix/pull/1747#discussion_r644314658



##########
File path: 
helix-rest/src/test/java/org/apache/helix/rest/server/AbstractTestClass.java
##########
@@ -316,7 +316,7 @@ private void setupZooKeepers() {
   }
 
   protected void setupHelixResources() {
-    _clusters = createClusters(3);
+    _clusters = createClusters(4);

Review comment:
       I agree that the optimal way is for each test to create cluster inside 
the test itself. However, this need a larger code refactor for all our 
helix-rest integration test. 




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



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

Reply via email to