chb2ab commented on code in PR #14444: URL: https://github.com/apache/kafka/pull/14444#discussion_r1367101090
########## core/src/test/scala/unit/kafka/server/ReplicaFetcherThreadTest.scala: ########## @@ -125,7 +125,6 @@ class ReplicaFetcherThreadTest { val replicaManager: ReplicaManager = mock(classOf[ReplicaManager]) when(replicaManager.brokerTopicStats).thenReturn(mock(classOf[BrokerTopicStats])) - assertEquals(ApiKeys.FETCH.latestVersion, config.interBrokerProtocolVersion.fetchRequestVersion()) Review Comment: it looks like IBP_3_7_IV0 was added already, I was on an old version. I bumped up the fetch version so removing this isn't necessary anymore -- 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