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


##########
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:
   Mostly - there is an FFF integration test verifying that the method doesn't 
return a shutdown node (eventually).



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