chia7712 commented on a change in pull request #10319: URL: https://github.com/apache/kafka/pull/10319#discussion_r594931228
########## File path: core/src/test/scala/unit/kafka/network/ConnectionQuotasTest.scala ########## @@ -782,14 +783,14 @@ class ConnectionQuotasTest { } private def verifyNoBlockedPercentRecordedOnAllListeners(): Unit = { - blockedPercentMeters.foreach { case (name, meter) => + blockedPercentMeters.forKeyValue { (name, meter) => Review comment: line#809 and line#761 have similar issue. Could you fix them in this PR? ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org