You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@helix.apache.org by GitBox <gi...@apache.org> on 2020/09/29 18:17:41 UTC

[GitHub] [helix] kaisun2000 edited a comment on issue #1419: Fix flaky test TestHelixZkClient.testSharingZkClient

kaisun2000 edited a comment on issue #1419:
URL: https://github.com/apache/helix/issues/1419#issuecomment-700892906


   ```  
     // Modify using client A and client B will get notification.
       sharedZkClientA.createPersistent(TEST_PATH, true);
       Assert.assertTrue(TestHelper.verify(() -> notificationCountB[0] == 1, TestHelper.WAIT_DURATION));
       Assert.assertEquals(notificationCountB[1], 0);  --->
   ```


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@helix.apache.org
For additional commands, e-mail: reviews-help@helix.apache.org