kaisun2000 commented on a change in pull request #1449:
URL: https://github.com/apache/helix/pull/1449#discussion_r501285799



##########
File path: 
helix-core/src/test/java/org/apache/helix/integration/TestEnableCompression.java
##########
@@ -111,10 +111,14 @@ public void testEnableCompressionResource() throws 
Exception {
     }
 
     BestPossibleExternalViewVerifier verifier =
-        new 
BestPossibleExternalViewVerifier.Builder(clusterName).setZkAddr(ZK_ADDR)
-            
.setExpectLiveInstances(expectedLiveInstances).setResources(expectedResources).build();
-    boolean result = verifier.verify(120000L);
-    Assert.assertTrue(result);
+        new 
BestPossibleExternalViewVerifier.Builder(clusterName).setZkClient(_gZkClient)
+            
.setExpectLiveInstances(expectedLiveInstances).setResources(expectedResources)
+            
.setWaitTillVerify(TestHelper.DEFAULT_REBALANCE_PROCESSING_WAIT_TIME)
+            .build();
+
+    System.out.println("before TestEnableCompression verify by polling");

Review comment:
       removed,




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