danielhumanmod commented on code in PR #312:
URL: https://github.com/apache/polaris/pull/312#discussion_r1828746410


##########
polaris-service/src/test/java/org/apache/polaris/service/task/ManifestFileCleanupTaskHandlerTest.java:
##########
@@ -226,4 +233,228 @@ public void deleteFile(String location) {
       assertThatPredicate((String f) -> TaskUtils.exists(f, 
fileIO)).rejects(dataFile2Path);
     }
   }
+

Review Comment:
   The test cases in this file primarily verify theses cleanup:
   1. straightforward cleanup
   2. cleanup when files do not exist
   3. cleanup with retries



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