kamalcph commented on code in PR #16210:
URL: https://github.com/apache/kafka/pull/16210#discussion_r1637834169


##########
core/src/test/java/kafka/log/remote/RemoteLogManagerTest.java:
##########
@@ -1000,7 +1000,7 @@ void testRemoteLogManagerRemoteMetrics() throws Exception 
{
 
         when(mockLog.onlyLocalLogSegmentsSize()).thenReturn(175L, 100L);
         when(activeSegment.size()).thenReturn(100);
-        when(mockLog.onlyLocalLogSegmentsCount()).thenReturn(1L);
+        when(mockLog.onlyLocalLogSegmentsCount()).thenReturn(2L);

Review Comment:
   Please remove the lines from L1046-1074



-- 
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

Reply via email to