autumnust commented on a change in pull request #2947: GOBBLIN-1107: Lazily initialize Helix TaskStateModelFactory in Gobbli… URL: https://github.com/apache/incubator-gobblin/pull/2947#discussion_r402045864
########## File path: gobblin-cluster/src/test/java/org/apache/gobblin/cluster/GobblinTaskRunnerTest.java ########## @@ -156,13 +179,73 @@ public void testConnectHelixManagerWithRetry() { //Ensure that connect with retry succeeds corruptGobblinTaskRunner.connectHelixManagerWithRetry(); Assert.assertTrue(true); + + corruptGobblinTaskRunner.disconnectHelixManager(); Review comment: Should `corruptGobblinTaskRunner ` be a local variable? ---------------------------------------------------------------- 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