chia7712 commented on code in PR #16348: URL: https://github.com/apache/kafka/pull/16348#discussion_r1640643644
########## streams/streams-scala/src/test/scala/org/apache/kafka/streams/scala/TopologyTest.scala: ########## @@ -54,6 +42,7 @@ import scala.jdk.CollectionConverters._ */ //noinspection ScalaDeprecation @Timeout(600) +@MockitoSettings(strictness = Strictness.STRICT_STUBS) Review Comment: There are two `TopologyTest` in code base, and the one which needs strict stub is `org.apache.kafka.streams.TopologyTest` https://github.com/apache/kafka/blob/trunk/streams/src/test/java/org/apache/kafka/streams/TopologyTest.java#L83 -- 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