cmccabe commented on a change in pull request #10927: URL: https://github.com/apache/kafka/pull/10927#discussion_r659042611
########## File path: core/src/test/scala/unit/kafka/log/LogManagerTest.scala ########## @@ -564,7 +563,7 @@ class LogManagerTest { @Test def testBrokerConfigChangeDeliveredToAllLogs(): Unit = { logManager.shutdown() - val spyConfigRepository = spy(new CachedConfigRepository) + val spyConfigRepository = spy(new MockConfigRepository) Review comment: we want to verify that `topicConfig` was called, and this seemed like the easiest way. -- 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