lh0156 opened a new pull request, #23051:
URL: https://github.com/apache/kafka/pull/23051

   ### What
   
   Add direct controller-listener coverage to RequestQuotaTest for KRaft 
controller APIs that use the request quota. The test verifies that the client 
quota propagates to the controller, and that both the response throttle time 
and controller request-quota metric are updated for AllocateProducerIds and 
UpdateFeatures.
   
   AllocateProducerIds now uses the active broker id and epoch in the test 
request, matching the existing controller integration-test contract and 
exercising the successful response path.
   
   ### Tests
   
   - ./gradlew :core:test --tests kafka.server.RequestQuotaTest 
--no-build-cache --console=plain
   - ./gradlew :core:test --tests 
kafka.server.RequestQuotaTest.testControllerResponseThrottleTime 
--no-build-cache --console=plain (repeated runs)
   - :core:checkstyleTest and :core:spotbugsMain passed as part of the test task
   - git diff --check
   
   Closes KAFKA-15340


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