ijuma commented on code in PR #18635:
URL: https://github.com/apache/kafka/pull/18635#discussion_r1922987880


##########
core/src/test/scala/unit/kafka/server/MetadataCacheTest.scala:
##########
@@ -511,6 +512,101 @@ class MetadataCacheTest {
     assertEquals(initialBrokerIds.toSet, aliveBrokersFromCache.map(_.id).toSet)
   }
 
+  @ParameterizedTest
+  @MethodSource(Array("cacheProvider"))
+  def testGetPartitionReplicaEndpoints(cache: MetadataCache): Unit = {

Review Comment:
   Does this mean that we didn't have a test for this method?



-- 
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

Reply via email to