abbccdda commented on a change in pull request #8549: URL: https://github.com/apache/kafka/pull/8549#discussion_r416057712
########## File path: core/src/test/scala/unit/kafka/server/KafkaApisTest.scala ########## @@ -297,46 +298,271 @@ class KafkaApisTest { val topic = "topic" setupBasicMetadataCache(topic, numPartitions = 2) - EasyMock.reset(replicaManager, clientRequestQuotaManager, requestChannel, groupCoordinator) + for (version <- ApiKeys.TXN_OFFSET_COMMIT.oldestVersion to ApiKeys.TXN_OFFSET_COMMIT.latestVersion) { Review comment: Side improvement for `shouldReplaceCoordinatorNotAvailableWithLoadInProcessInTxnOffsetCommitWithOlderClient` ---------------------------------------------------------------- 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