Sameer Tejani created KAFKA-15742: ------------------------------------- Summary: KRaft support in GroupCoordinatorIntegrationTest Key: KAFKA-15742 URL: https://issues.apache.org/jira/browse/KAFKA-15742 Project: Kafka Issue Type: Task Components: core Reporter: Sameer Tejani
The following tests in DescribeConsumerGroupTest in core/src/test/scala/unit/kafka/admin/DescribeConsumerGroupTest.scala need to be updated to support KRaft 39 : def testDescribeNonExistingGroup(): Unit = { 55 : def testDescribeWithMultipleSubActions(): Unit = { 76 : def testDescribeWithStateValue(): Unit = { 97 : def testDescribeOffsetsOfNonExistingGroup(): Unit = { 113 : def testDescribeMembersOfNonExistingGroup(): Unit = { 133 : def testDescribeStateOfNonExistingGroup(): Unit = { 151 : def testDescribeExistingGroup(): Unit = { 169 : def testDescribeExistingGroups(): Unit = { 194 : def testDescribeAllExistingGroups(): Unit = { 218 : def testDescribeOffsetsOfExistingGroup(): Unit = { 239 : def testDescribeMembersOfExistingGroup(): Unit = { 272 : def testDescribeStateOfExistingGroup(): Unit = { 291 : def testDescribeStateOfExistingGroupWithRoundRobinAssignor(): Unit = { 310 : def testDescribeExistingGroupWithNoMembers(): Unit = { 334 : def testDescribeOffsetsOfExistingGroupWithNoMembers(): Unit = { 366 : def testDescribeMembersOfExistingGroupWithNoMembers(): Unit = { 390 : def testDescribeStateOfExistingGroupWithNoMembers(): Unit = { 417 : def testDescribeWithConsumersWithoutAssignedPartitions(): Unit = { 436 : def testDescribeOffsetsWithConsumersWithoutAssignedPartitions(): Unit = { 455 : def testDescribeMembersWithConsumersWithoutAssignedPartitions(): Unit = { 480 : def testDescribeStateWithConsumersWithoutAssignedPartitions(): Unit = { 496 : def testDescribeWithMultiPartitionTopicAndMultipleConsumers(): Unit = { 517 : def testDescribeOffsetsWithMultiPartitionTopicAndMultipleConsumers(): Unit = { 539 : def testDescribeMembersWithMultiPartitionTopicAndMultipleConsumers(): Unit = { 565 : def testDescribeStateWithMultiPartitionTopicAndMultipleConsumers(): Unit = { 583 : def testDescribeSimpleConsumerGroup(): Unit = { 601 : def testDescribeGroupWithShortInitializationTimeout(): Unit = { 618 : def testDescribeGroupOffsetsWithShortInitializationTimeout(): Unit = { 634 : def testDescribeGroupMembersWithShortInitializationTimeout(): Unit = { 652 : def testDescribeGroupStateWithShortInitializationTimeout(): Unit = { 668 : def testDescribeWithUnrecognizedNewConsumerOption(): Unit = { 674 : def testDescribeNonOffsetCommitGroup(): Unit = { Scanned 699 lines. Found 0 KRaft tests out of 32 tests -- This message was sent by Atlassian Jira (v8.20.10#820010)