sv2000 commented on a change in pull request #2900: [GOBBLIN-1040] HighLevelConsumer re-design by removing references to … URL: https://github.com/apache/incubator-gobblin/pull/2900#discussion_r386167290
########## File path: gobblin-modules/gobblin-kafka-09/src/test/java/org/apache/gobblin/service/StreamingKafkaSpecExecutorTest.java ########## @@ -60,10 +64,16 @@ private static final String _TEST_DIR_PATH = "/tmp/StreamingKafkaSpecExecutorTest"; private static final String _JOBS_DIR_PATH = _TEST_DIR_PATH + "/jobs"; + @BeforeSuite + public void beforeSuite() { + log.info("Process id = " + ManagementFactory.getRuntimeMXBean().getName()); Review comment: Remove this log line if it was only needed for debugging your tests. ---------------------------------------------------------------- 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