xiaodongdu commented on a change in pull request #8691: URL: https://github.com/apache/kafka/pull/8691#discussion_r429683370
########## File path: connect/runtime/src/test/java/org/apache/kafka/connect/runtime/WorkerTest.java ########## @@ -153,6 +164,7 @@ public void setup() { workerProps.put("config.providers.file.class", MockFileConfigProvider.class.getName()); mockFileProviderTestId = UUID.randomUUID().toString(); workerProps.put("config.providers.file.param.testId", mockFileProviderTestId); + workerProps.put("group.id", GROUP_ID); Review comment: Removed group.id and related check. ---------------------------------------------------------------- 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