AndrewJSchofield commented on PR #16766:
URL: https://github.com/apache/kafka/pull/16766#issuecomment-2271484175
Code looks good to me, but I got a failure of the new test:
```Test Run :tools:test > Gradle Test Executor 113 >
DescribeConsumerGroupTest >
testDescribeAllExistingGroupsWithSomeDeletedTopics(ClusterInstance) >
testDescribeAllExistingGroupsWithSomeDeletedTopics [1] Type=Raft-Combined,
consumerGroupCoordinator,MetadataVersion=4.0-IV0,Security=PLAINTEXT FAILED
org.opentest4j.AssertionFailedError: Condition not met within timeout
4000. Expected a data row and no error in describe results after deleting one
of the consumed topics. ==> expected: <true> but was: <false>
at
app//org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:151)
at
app//org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:132)
at
app//org.junit.jupiter.api.AssertTrue.failNotTrue(AssertTrue.java:63)
at
app//org.junit.jupiter.api.AssertTrue.assertTrue(AssertTrue.java:36)
at
app//org.junit.jupiter.api.Assertions.assertTrue(Assertions.java:214)
at
app//org.apache.kafka.test.TestUtils.lambda$waitForCondition$3(TestUtils.java:397)
at
app//org.apache.kafka.test.TestUtils.retryOnExceptionWithTimeout(TestUtils.java:445)
at
app//org.apache.kafka.test.TestUtils.waitForCondition(TestUtils.java:394)
at
app//org.apache.kafka.test.TestUtils.waitForCondition(TestUtils.java:378)
at
app//org.apache.kafka.test.TestUtils.waitForCondition(TestUtils.java:368)
at
app//org.apache.kafka.tools.consumer.group.DescribeConsumerGroupTest.testDescribeAllExistingGroupsWithSomeDeletedTopics(DescribeConsumerGroupTest.java:317)```
--
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]