m1a2st commented on code in PR #19068: URL: https://github.com/apache/kafka/pull/19068#discussion_r2029637899
########## clients/clients-integration-tests/src/test/java/org/apache/kafka/server/quota/CustomQuotaCallbackTest.java: ########## @@ -69,10 +70,42 @@ public void testCustomQuotaCallbackWithControllerServer() throws InterruptedExce && CustomQuotaCallback.COUNTERS.values().stream().allMatch(counter -> counter.get() > 0), "The CustomQuotaCallback not triggered in all controllers. " ); - + + } + } + + + @ClusterTest( Review Comment: I don't think we need to align these methods. These tests belong to different modules, and this method is only used in two places. Extracting it into a utility at this point doesn't add much value. -- 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