showuon commented on a change in pull request #11086:
URL: https://github.com/apache/kafka/pull/11086#discussion_r672778548



##########
File path: 
clients/src/test/java/org/apache/kafka/clients/admin/KafkaAdminClientTest.java
##########
@@ -3184,8 +3197,111 @@ public void testDeleteConsumerGroupsRetryBackoff() 
throws Exception {
         }
     }
 
+    // this test is testing retriable errors and non-retriable errors in the 
new broker
     @Test
-    public void testDeleteConsumerGroupsWithOlderBroker() throws Exception {
+    public void testDeleteConsumerGroupsWithRetriableAndNonretriableErrors() 
throws Exception {

Review comment:
       We used to only have tests for older broker for deleteConsumerGroup 
test. Add a test for new broker.




-- 
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


Reply via email to