mimaison commented on PR #13201: URL: https://github.com/apache/kafka/pull/13201#issuecomment-1764319701
@OmniaGM thanks for the updates. I'm getting a test failure in TopicCommandIntegrationTest: ``` Gradle Test Run :tools:test > Gradle Test Executor 31 > TopicCommandIntegrationTest > testDescribeDoesNotFailWhenListingReassignmentIsUnauthorized(String) > testDescribeDoesNotFailWhenListingReassignmentIsUnauthorized(String).quorum=kraft FAILED java.lang.RuntimeException: java.lang.IllegalArgumentException: Topic 'testDescribeDoesNotFailWhenListingReassignmentIsUnauthorized-HbRT1wjRyV' does not exist as expected at org.apache.kafka.tools.TopicCommandIntegrationTest.lambda$captureDescribeTopicStandardOut$46(TopicCommandIntegrationTest.java:1006) at org.apache.kafka.tools.ToolsTestUtils.captureStandardStream(ToolsTestUtils.java:66) at org.apache.kafka.tools.ToolsTestUtils.captureStandardOut(ToolsTestUtils.java:50) at org.apache.kafka.tools.TopicCommandIntegrationTest.captureDescribeTopicStandardOut(TopicCommandIntegrationTest.java:1009) at org.apache.kafka.tools.TopicCommandIntegrationTest.testDescribeDoesNotFailWhenListingReassignmentIsUnauthorized(TopicCommandIntegrationTest.java:943) Caused by: java.lang.IllegalArgumentException: Topic 'testDescribeDoesNotFailWhenListingReassignmentIsUnauthorized-HbRT1wjRyV' does not exist as expected at org.apache.kafka.tools.TopicCommand.ensureTopicExists(TopicCommand.java:215) at org.apache.kafka.tools.TopicCommand.access$700(TopicCommand.java:78) at org.apache.kafka.tools.TopicCommand$TopicService.describeTopic(TopicCommand.java:559) at org.apache.kafka.tools.TopicCommandIntegrationTest.lambda$captureDescribeTopicStandardOut$46(TopicCommandIntegrationTest.java:1004) ... 4 more ``` -- 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: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org