showuon commented on a change in pull request #11019: URL: https://github.com/apache/kafka/pull/11019#discussion_r667675187
########## File path: clients/src/test/java/org/apache/kafka/clients/admin/KafkaAdminClientTest.java ########## @@ -3345,12 +3345,9 @@ public void testDeleteConsumerGroupOffsetsRetryBackoff() throws Exception { } @Test - public void testDeleteConsumerGroupOffsets() throws Exception { - // Happy path - + public void testDeleteConsumerGroupOffsetsResponseIncludeCoordinatorErrorAndNoneError() throws Exception { Review comment: Add a test to include coordinator error and other None errors in all partition response. We should retry it, too. -- 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: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org