NamsB7 commented on code in PR #4121: URL: https://github.com/apache/gobblin/pull/4121#discussion_r2221888551
########## gobblin-modules/gobblin-kafka-09/src/test/java/org/apache/gobblin/runtime/KafkaAvroJobStatusMonitorTest.java: ########## @@ -190,13 +194,12 @@ public void testProcessMessageForSuccessfulFlow() throws IOException, Reflective // Check that state didn't get set to running since it was already complete state = getNextJobStatusState(jobStatusMonitor, recordIterator, this.jobGroup, this.jobName); Assert.assertEquals(state.getProp(JobStatusRetriever.EVENT_NAME_FIELD), ExecutionStatus.COMPLETE.name()); - - jobStatusMonitor.shutDown(); Review Comment: Has been restored. -- 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. To unsubscribe, e-mail: dev-unsubscr...@gobblin.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org