jiajunwang commented on a change in pull request #851: Modify Helix generic controller to include new stage for customized view aggregation URL: https://github.com/apache/helix/pull/851#discussion_r394689766
########## File path: helix-core/src/test/java/org/apache/helix/integration/TestZkCallbackHandlerLeak.java ########## @@ -123,7 +123,7 @@ public boolean verify() throws Exception { // printHandlers(participantManagerToExpire); int controllerHandlerNb = controller.getHandlers().size(); int particHandlerNb = participantManagerToExpire.getHandlers().size(); - Assert.assertEquals(controllerHandlerNb, 11, + Assert.assertEquals(controllerHandlerNb, 12, "HelixController should have 10 (5+2n) callback handlers for 2 (n) participant"); Review comment: update the comment? Or the math won't be right. ---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@helix.apache.org For additional commands, e-mail: reviews-h...@helix.apache.org