soarez commented on code in PR #15522: URL: https://github.com/apache/kafka/pull/15522#discussion_r1548655446
########## core/src/test/scala/unit/kafka/server/ReplicaAlterLogDirsThreadTest.scala: ########## @@ -458,7 +458,7 @@ class ReplicaAlterLogDirsThreadTest { ArgumentCaptor.forClass(classOf[org.apache.kafka.server.common.TopicIdPartition]) val logIdCaptureT1p0: ArgumentCaptor[Uuid] = ArgumentCaptor.forClass(classOf[Uuid]) - verify(directoryEventHandler).handleAssignment(topicIdPartitionCaptureT1p0.capture(), logIdCaptureT1p0.capture(), any()) + verify(directoryEventHandler).handleAssignment(topicIdPartitionCaptureT1p0.capture(), logIdCaptureT1p0.capture(), "test", any()) Review Comment: Thanks for pointing this out. Fixed the test and also resolved the conflicts. -- 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