Details
-
Task
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
Description
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