dengziming commented on code in PR #12089: URL: https://github.com/apache/kafka/pull/12089#discussion_r857066767
########## core/src/test/scala/unit/kafka/server/KafkaServerTest.scala: ########## @@ -129,8 +129,8 @@ class KafkaServerTest extends QuorumTestHarness { props.put(KafkaConfig.InterBrokerProtocolVersionProp, ApiVersion.latestVersion.toString) val server = TestUtils.createServer(KafkaConfig.fromProps(props)) - server.replicaManager.alterIsrManager match { - case _: DefaultAlterIsrManager => + server.replicaManager.alterPartitionManager match { Review Comment: nit: testAlterIsrManager can also be renamed. -- 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: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org