You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by GitBox <gi...@apache.org> on 2021/07/20 03:24:43 UTC

[GitHub] [kafka] showuon commented on a change in pull request #11086: KAFKA-13103: add REBALANCE_IN_PROGRESS error as retriable error

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. 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-unsubscribe@kafka.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org