Skip to content

Commit 84e5a8a

Browse files
committed
address comment
Signed-off-by: PoAn Yang <[email protected]>
1 parent 8b6bda5 commit 84e5a8a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core/src/test/java/kafka/log/remote/RemoteLogManagerTest.java

-1
Original file line numberDiff line numberDiff line change
@@ -3715,7 +3715,6 @@ long findLogStartOffset(TopicIdPartition topicIdPartition, UnifiedLog log) {
37153715
return 0L;
37163716
}
37173717
};
3718-
doReturn(true).when(remoteLogMetadataManager).isReady(any(TopicIdPartition.class));
37193718

37203719
CountDownLatch latch = new CountDownLatch(3); // there are 3 RLMTasks, so setting the count to 3
37213720
when(remoteLogMetadataManager.isReady(any(TopicIdPartition.class)))

0 commit comments

Comments
 (0)