Sameer Tejani created KAFKA-15741: ------------------------------------- Summary: KRaft support in DescribeConsumerGroupTest Key: KAFKA-15741 URL: https://issues.apache.org/jira/browse/KAFKA-15741 Project: Kafka Issue Type: Task Components: core Reporter: Sameer Tejani
The following tests in DeleteOffsetsConsumerGroupCommandIntegrationTest in core/src/test/scala/unit/kafka/admin/DeleteOffsetsConsumerGroupCommandIntegrationTest.scala need to be updated to support KRaft 49 : def testDeleteOffsetsNonExistingGroup(): Unit = { 59 : def testDeleteOffsetsOfStableConsumerGroupWithTopicPartition(): Unit = { 64 : def testDeleteOffsetsOfStableConsumerGroupWithTopicOnly(): Unit = { 69 : def testDeleteOffsetsOfStableConsumerGroupWithUnknownTopicPartition(): Unit = { 74 : def testDeleteOffsetsOfStableConsumerGroupWithUnknownTopicOnly(): Unit = { 79 : def testDeleteOffsetsOfEmptyConsumerGroupWithTopicPartition(): Unit = { 84 : def testDeleteOffsetsOfEmptyConsumerGroupWithTopicOnly(): Unit = { 89 : def testDeleteOffsetsOfEmptyConsumerGroupWithUnknownTopicPartition(): Unit = { 94 : def testDeleteOffsetsOfEmptyConsumerGroupWithUnknownTopicOnly(): Unit = { Scanned 198 lines. Found 0 KRaft tests out of 9 tests -- This message was sent by Atlassian Jira (v8.20.10#820010)