vjanelle commented on PR #12675:
URL: https://github.com/apache/kafka/pull/12675#issuecomment-1280026237

   Hmm, trying this locally with 2.8.2 (slightly forked), and the following 
test fails
   
   ```
   > Task :core:integrationTest FAILED
   
kafka.admin.TopicCommandWithAdminClientTest.testDeleteTopicDoesNotRetryThrottlingQuotaExceededException()
 failed, log available in 
/Users/vjanelle/git/kafka/core/build/reports/testOutput/kafka.admin.TopicCommandWithAdminClientTest.testDeleteTopicDoesNotRetryThrottlingQuotaExceededException().test.stdout
   
   TopicCommandWithAdminClientTest > 
testDeleteTopicDoesNotRetryThrottlingQuotaExceededException() FAILED
       Argument(s) are different! Wanted:
       admin.deleteTopics(
           
[testDeleteTopicDoesNotRetryThrottlingQuotaExceededException-Qx8RDpByDZ],
           <custom argument matcher>
       );
       -> at 
kafka.admin.TopicCommandWithAdminClientTest.testDeleteTopicDoesNotRetryThrottlingQuotaExceededException(TopicCommandWithAdminClientTest.scala:779)
       Actual invocations have different arguments:
       admin.listTopics(
           org.apache.kafka.clients.admin.ListTopicsOptions@669fa03e
       );
       -> at 
kafka.admin.TopicCommand$AdminClientTopicService.getTopics(TopicCommand.scala:368)
       admin.deleteTopics(
           
[testDeleteTopicDoesNotRetryThrottlingQuotaExceededException-Qx8RDpByDZ],
           org.apache.kafka.clients.admin.DeleteTopicsOptions@4a7bb32e
       );
       -> at 
kafka.admin.TopicCommand$AdminClientTopicService.deleteTopic(TopicCommand.scala:360)
           at 
kafka.admin.TopicCommandWithAdminClientTest.testDeleteTopicDoesNotRetryThrottlingQuotaExceededException(TopicCommandWithAdminClientTest.scala:779)
   ```
   
   I haven't confirmed with 3.x yet though.


-- 
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]

Reply via email to