m1a2st commented on PR #16899:
URL: https://github.com/apache/kafka/pull/16899#issuecomment-2505100487
Hello @lianetm, I think this fail test is not related with this PR, I will
file a Jira to trace this Issue.
```
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 is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]