[ https://issues.apache.org/jira/browse/KAFKA-18110?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
黃竣陽 resolved KAFKA-18110. ------------------------- Resolution: Won't Fix > Fail Test: PlaintextAdminIntegrationTest#testDeleteConsumerGroupOffsets > ----------------------------------------------------------------------- > > Key: KAFKA-18110 > URL: https://issues.apache.org/jira/browse/KAFKA-18110 > Project: Kafka > Issue Type: Bug > Reporter: 黃竣陽 > Assignee: 黃竣陽 > Priority: Major > > In [PR]([https://github.com/apache/kafka/pull/16899#issuecomment-2504803872)] > we find a test fail > ``` > > {{Expected an exception of type > org.apache.kafka.common.errors.UnknownTopicOrPartitionException; got type > org.apache.kafka.common.errors.GroupIdNotFoundException > Expected :true > Actual :false > <Click to see difference> > org.opentest4j.AssertionFailedError: Expected an exception of type > org.apache.kafka.common.errors.UnknownTopicOrPartitionException; got type > org.apache.kafka.common.errors.GroupIdNotFoundException ==> expected: <true> > but was: <false> > at > org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:151) > at > org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:132) > at org.junit.jupiter.api.AssertTrue.failNotTrue(AssertTrue.java:63) > at org.junit.jupiter.api.AssertTrue.assertTrue(AssertTrue.java:36) > at org.junit.jupiter.api.Assertions.assertTrue(Assertions.java:214)}} > ``` -- This message was sent by Atlassian Jira (v8.20.10#820010)