lbradstreet commented on a change in pull request #8517: URL: https://github.com/apache/kafka/pull/8517#discussion_r413563167
########## File path: core/src/test/scala/unit/kafka/server/ReplicaAlterLogDirsThreadTest.scala ########## @@ -60,6 +61,7 @@ class ReplicaAlterLogDirsThreadTest { when(replicaManager.futureLogExists(t1p0)).thenReturn(false) + val time = new SystemTime() Review comment: Makes sense, I followed the abstract fetcher tests which created new SystemTime(s) too. I'll see if it's easy to make SystemTime package private. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org