imavishek commented on code in PR #23246:
URL: https://github.com/apache/kafka/pull/23246#discussion_r3865308775


##########
storage/src/test/java/org/apache/kafka/storage/internals/log/UnifiedLogTest.java:
##########
@@ -467,6 +467,84 @@ public void 
shouldDeleteLocalLogSegmentsWhenPolicyIsEmptyWithSizeRetention() thr
         assertTrue(deletedSegments > 0, "At least one segment should be 
deleted");
     }
 
+    @Test
+    public void onlyLocalLogSegmentsExcludeCopiedSingleRecordBoundarySegment() 
throws IOException {

Review Comment:
   Thanks! Yes, definitely, we can do this. I’ve updated the PR accordingly.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to