You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Sameer Tejani (Jira)" <ji...@apache.org> on 2023/10/29 23:00:00 UTC

[jira] [Created] (KAFKA-15741) KRaft support in DescribeConsumerGroupTest

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)