aheev commented on code in PR #20256: URL: https://github.com/apache/kafka/pull/20256#discussion_r2304022058
########## storage/src/test/java/org/apache/kafka/server/log/remote/storage/RemoteLogManagerTest.java: ########## @@ -3746,18 +3738,6 @@ long findLogStartOffset(TopicIdPartition topicIdPartition, UnifiedLog log) { verifyNoMoreInteractions(remoteStorageManager); } - @Test - public void testIsPartitionReady() throws InterruptedException { Review Comment: This test checks if the `topicIdByPartitionMap` is cached in `onLeadershipChange`, which is no longer the case now -- 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