Sameer Tejani created KAFKA-15740:
-------------------------------------
Summary: KRaft support in
DeleteOffsetsConsumerGroupCommandIntegrationTest
Key: KAFKA-15740
URL: https://issues.apache.org/jira/browse/KAFKA-15740
Project: Kafka
Issue Type: Task
Components: core
Reporter: Sameer Tejani
The following tests in ResetConsumerGroupOffsetTest in
core/src/test/scala/unit/kafka/admin/ResetConsumerGroupOffsetTest.scala need to
be updated to support KRaft
75 : def testResetOffsetsNotExistingGroup(): Unit = {
89 : def testResetOffsetsExistingTopic(): Unit = {
99 : def testResetOffsetsExistingTopicSelectedGroups(): Unit = {
116 : def testResetOffsetsExistingTopicAllGroups(): Unit = {
130 : def testResetOffsetsAllTopicsAllGroups(): Unit = {
149 : def testResetOffsetsToLocalDateTime(): Unit = {
165 : def testResetOffsetsToZonedDateTime(): Unit = {
181 : def testResetOffsetsByDuration(): Unit = {
188 : def testResetOffsetsByDurationToEarliest(): Unit = {
195 : def testResetOffsetsByDurationFallbackToLatestWhenNoRecords(): Unit = {
205 : def testResetOffsetsToEarliest(): Unit = {
212 : def testResetOffsetsToLatest(): Unit = {
220 : def testResetOffsetsToCurrentOffset(): Unit = {
228 : def testResetOffsetsToSpecificOffset(): Unit = {
235 : def testResetOffsetsShiftPlus(): Unit = {
243 : def testResetOffsetsShiftMinus(): Unit = {
251 : def testResetOffsetsShiftByLowerThanEarliest(): Unit = {
259 : def testResetOffsetsShiftByHigherThanLatest(): Unit = {
267 : def testResetOffsetsToEarliestOnOneTopic(): Unit = {
274 : def testResetOffsetsToEarliestOnOneTopicAndPartition(): Unit = {
293 : def testResetOffsetsToEarliestOnTopics(): Unit = {
318 : def testResetOffsetsToEarliestOnTopicsAndPartitions(): Unit = {
348 : def testResetOffsetsExportImportPlanSingleGroupArg(): Unit = {
378 : def testResetOffsetsExportImportPlan(): Unit = {
425 : def testResetWithUnrecognizedNewConsumerOption(): Unit = {
Scanned 515 lines. Found 0 KRaft tests out of 25 tests
--
This message was sent by Atlassian Jira
(v8.20.10#820010)