Details
-
Task
-
Status: Resolved
-
Minor
-
Resolution: Duplicate
-
None
-
None
Description
The following tests in RequestQuotaTest in core/src/test/scala/unit/kafka/server/RequestQuotaTest.scala need to be updated to support KRaft
132 : def testResponseThrottleTime(): Unit = {
140 : def testResponseThrottleTimeWhenBothProduceAndRequestQuotasViolated(): Unit = {
146 : def testResponseThrottleTimeWhenBothFetchAndRequestQuotasViolated(): Unit = {
152 : def testUnthrottledClient(): Unit = {
161 : def testExemptRequestTime(): Unit = {
171 : def testUnauthorizedThrottle(): Unit = {
Scanned 801 lines. Found 0 KRaft tests out of 6 tests
Attachments
Issue Links
- is duplicated by
-
KAFKA-15289 Support KRaft mode in RequestQuotaTest
- Resolved