snleee commented on code in PR #12350: URL: https://github.com/apache/pinot/pull/12350#discussion_r1475077573
########## pinot-controller/src/test/java/org/apache/pinot/controller/helix/core/util/SegmentDeletionManagerTest.java: ########## @@ -357,6 +358,9 @@ public void createTableAndSegmentFiles(File tempDir, List<String> segmentIds) tableDir.mkdir(); for (String segmentId : segmentIds) { createTestFileWithAge(tableDir.getAbsolutePath() + File.separator + segmentId, 0); + // Create segment metadata file + createTestFileWithAge( Review Comment: Is this covering the test for metadata delete? -- 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: commits-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org