omkreddy commented on PR #12675: URL: https://github.com/apache/kafka/pull/12675#issuecomment-1290366042
@mdedetrich Thanks for the PR. I have run this PR with rat verbose [output bug fix ](https://github.com/apache/kafka/pull/12786) Results are (https://github.com/apache/kafka/pull/12785, https://github.com/apache/kafka/runs/9090714417): I can see be below rat task error. ``` Files with unapproved licenses: - /home/jenkins/workspace/Kafka_kafka-pr_PR-12785/buildoutput.log ``` compilation errors with JDK 11 and Scala 2.13 ``` Argument(s) are different! Wanted: admin.deleteTopics( [topicName], <custom argument matcher> ); -> at kafka.admin.TopicCommandTest.testDeleteTopicDoesNotRetryThrottlingQuotaExceededException(TopicCommandTest.scala:207) Actual invocations have different arguments: admin.listTopics( ListTopicsOptions(listInternal=true) ); -> at kafka.admin.TopicCommand$TopicService.getTopics(TopicCommand.scala:370) admin.deleteTopics( [topicName], org.apache.kafka.clients.admin.DeleteTopicsOptions@bd09a26 ); -> at kafka.admin.TopicCommand$TopicService.deleteTopic(TopicCommand.scala:362) ``` -- 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]
