chia7712 commented on PR #15779:
URL: https://github.com/apache/kafka/pull/15779#issuecomment-2110457406

   ```
   Build / JDK 17 and Scala 2.13 / testResetOffsetsAllTopicsAllGroups [4] 
Type=Raft-Combined, Name=consumerGroupCoordinator, MetadataVersion=3.8-IV0, 
Security=PLAINTEXT – 
org.apache.kafka.tools.consumer.group.ResetConsumerGroupOffsetTest1m 13s
   Build / JDK 17 and Scala 2.13 / testResetOffsetsAllTopicsAllGroups [5] 
Type=Raft-Isolated, Name=consumerGroupCoordinator, MetadataVersion=3.8-IV0, 
Security=PLAINTEXT – 
org.apache.kafka.tools.consumer.group.ResetConsumerGroupOffsetTest1m 14s
   Build / JDK 17 and Scala 2.13 / testResetOffsetsAllTopicsAllGroups [4] 
Type=Raft-Isolated, Name=consumerGroupCoordinator, MetadataVersion=3.8-IV0, 
Security=PLAINTEXT – 
org.apache.kafka.tools.consumer.group.ResetConsumerGroupOffsetTest1m 14s
   Build / JDK 17 and Scala 2.13 / testResetOffsetsAllTopicsAllGroups [5] 
Type=Raft-Combined, Name=consumerGroupCoordinator, MetadataVersion=3.8-IV0, 
Security=PLAINTEXT – 
org.apache.kafka.tools.consumer.group.ResetConsumerGroupOffsetTest1m 8s
   Build / JDK 8 and Scala 2.12 / testResetOffsetsAllTopicsAllGroups [4] 
Type=Raft-Combined, Name=consumerGroupCoordinator, MetadataVersion=3.8-IV0, 
Security=PLAINTEXT – 
org.apache.kafka.tools.consumer.group.ResetConsumerGroupOffsetTest1m 25s
   Build / JDK 8 and Scala 2.12 / testResetOffsetsAllTopicsAllGroups [5] 
Type=Raft-Isolated, Name=consumerGroupCoordinator, MetadataVersion=3.8-IV0, 
Security=PLAINTEXT – 
org.apache.kafka.tools.consumer.group.ResetConsumerGroupOffsetTest1m 30s
   Build / JDK 8 and Scala 2.12 / testResetOffsetsAllTopicsAllGroups [4] 
Type=Raft-Isolated, Name=consumerGroupCoordinator, MetadataVersion=3.8-IV0, 
Security=PLAINTEXT – 
org.apache.kafka.tools.consumer.group.ResetConsumerGroupOffsetTest1m 27s
   Build / JDK 8 and Scala 2.12 / testResetOffsetsAllTopicsAllGroups [5] 
Type=Raft-Combined, Name=consumerGroupCoordinator, MetadataVersion=3.8-IV0, 
Security=PLAINTEXT – 
org.apache.kafka.tools.consumer.group.ResetConsumerGroupOffsetTest1m 31s
   Build / JDK 21 and Scala 2.13 / testResetOffsetsAllTopicsAllGroups [4] 
Type=Raft-Combined, Name=consumerGroupCoordinator, MetadataVersion=3.8-IV0, 
Security=PLAINTEXT – 
org.apache.kafka.tools.consumer.group.ResetConsumerGroupOffsetTest1m 24s
   Build / JDK 21 and Scala 2.13 / testResetOffsetsAllTopicsAllGroups [5] 
Type=Raft-Isolated, Name=consumerGroupCoordinator, MetadataVersion=3.8-IV0, 
Security=PLAINTEXT – 
org.apache.kafka.tools.consumer.group.ResetConsumerGroupOffsetTest1m 29s
   Build / JDK 21 and Scala 2.13 / testResetOffsetsAllTopicsAllGroups [4] 
Type=Raft-Combined, Name=consumerGroupCoordinator, MetadataVersion=3.8-IV0, 
Security=PLAINTEXT – 
org.apache.kafka.tools.consumer.group.ResetConsumerGroupOffsetTest1m 22s
   Build / JDK 21 and Scala 2.13 / testResetOffsetsAllTopicsAllGroups [5] 
Type=Raft-Isolated, Name=consumerGroupCoordinator, MetadataVersion=3.8-IV0, 
Security=PLAINTEXT – 
org.apache.kafka.tools.consumer.group.ResetConsumerGroupOffsetTest1m 29s
   Build / JDK 11 and Scala 2.13 / testResetOffsetsAllTopicsAllGroups [4] 
Type=Raft-Combined, Name=consumerGroupCoordinator, MetadataVersion=3.8-IV0, 
Security=PLAINTEXT – 
org.apache.kafka.tools.consumer.group.ResetConsumerGroupOffsetTest1m 29s
   Build / JDK 11 and Scala 2.13 / testResetOffsetsAllTopicsAllGroups [5] 
Type=Raft-Isolated, Name=consumerGroupCoordinator, MetadataVersion=3.8-IV0, 
Security=PLAINTEXT – 
org.apache.kafka.tools.consumer.group.ResetConsumerGroupOffsetTest1m 40s
   Build / JDK 11 and Scala 2.13 / testResetOffsetsAllTopicsAllGroups [4] 
Type=Raft-Combined, Name=consumerGroupCoordinator, MetadataVersion=3.8-IV0, 
Security=PLAINTEXT – 
org.apache.kafka.tools.consumer.group.ResetConsumerGroupOffsetTest1m 29s
   Build / JDK 11 and Scala 2.13 / testResetOffsetsAllTopicsAllGroups [5] 
Type=Raft-Isolated, Name=consumerGroupCoordinator, MetadataVersion=3.8-IV0, 
Security=PLAINTEXT – 
org.apache.kafka.tools.consumer.group.ResetConsumerGroupOffsetTest1m 35s
   ```
   
   @m1a2st Those tests verify all groups so the loop of `CLASSIC` + `CONSUMER` 
in the same cluster makes they failed. Maybe we ought to remove all groups 
after test. For instance,
   ```java
   
               try (Admin admin = cluster.createAdminClient()) {
                   admin.deleteConsumerGroups(groups).all().get();
               }
   ```


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to