TaiJuWu commented on PR #18853: URL: https://github.com/apache/kafka/pull/18853#issuecomment-2649165726
Before ``` Gradle Test Run :core:test > Gradle Test Executor 9 > RequestQuotaTest > initializationError FAILED org.opentest4j.AssertionFailedError: Found 1 unexpected threads during @BeforeAll: `executor-ShareFetch` ==> expected: <true> but was: <false> at app//kafka.server.QuorumTestHarness$.verifyNoUnexpectedThreads(QuorumTestHarness.scala:410) at app//kafka.server.QuorumTestHarness.setUpClass(QuorumTestHarness.scala:376) at java.base@17.0.4/java.lang.reflect.Method.invoke(Method.java:568) at java.base@17.0.4/java.util.ArrayList.forEach(ArrayList.java:1511) ``` After ``` Gradle Test Run :core:test > Gradle Test Executor 11 > RequestQuotaTest > testUnauthorizedThrottle(String) > "testUnauthorizedThrottle(String).quorum=kraft" PASSED Gradle Test Run :core:test > Gradle Test Executor 11 > RequestQuotaTest > testResponseThrottleTimeWhenBothFetchAndRequestQuotasViolated(String) > "testResponseThrottleTimeWhenBothFetchAndRequestQuotasViolated(String).quorum=kraft" PASSED Gradle Test Run :core:test > Gradle Test Executor 11 > RequestQuotaTest > testUnthrottledClient(String) > "testUnthrottledClient(String).quorum=kraft" PASSED Gradle Test Run :core:test > Gradle Test Executor 11 > RequestQuotaTest > testExemptRequestTime(String) > "testExemptRequestTime(String).quorum=kraft" PASSED Gradle Test Run :core:test > Gradle Test Executor 11 > RequestQuotaTest > testResponseThrottleTime(String) > "testResponseThrottleTime(String).quorum=kraft" PASSED Gradle Test Run :core:test > Gradle Test Executor 11 > RequestQuotaTest > testResponseThrottleTimeWhenBothProduceAndRequestQuotasViolated(String) > "testResponseThrottleTimeWhenBothProduceAndRequestQuotasViolated(String).quorum=kraft" PASSED ``` -- 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