Sameer Tejani created KAFKA-15747: ------------------------------------- Summary: KRaft support in DynamicConnectionQuotaTest Key: KAFKA-15747 URL: https://issues.apache.org/jira/browse/KAFKA-15747 Project: Kafka Issue Type: Task Components: core Reporter: Sameer Tejani
The following tests in ControllerMutationQuotaTest in core/src/test/scala/unit/kafka/server/ControllerMutationQuotaTest.scala need to be updated to support KRaft 117 : def testSetUnsetQuota(): Unit = { 133 : def testQuotaMetric(): Unit = { 155 : def testStrictCreateTopicsRequest(): Unit = { 178 : def testPermissiveCreateTopicsRequest(): Unit = { 191 : def testUnboundedCreateTopicsRequest(): Unit = { 202 : def testStrictDeleteTopicsRequest(): Unit = { 229 : def testPermissiveDeleteTopicsRequest(): Unit = { 246 : def testUnboundedDeleteTopicsRequest(): Unit = { 259 : def testStrictCreatePartitionsRequest(): Unit = { 286 : def testPermissiveCreatePartitionsRequest(): Unit = { 303 : def testUnboundedCreatePartitionsRequest(): Unit = { Scanned 420 lines. Found 0 KRaft tests out of 11 tests -- This message was sent by Atlassian Jira (v8.20.10#820010)