You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2019/09/27 13:30:23 UTC

[GitHub] [incubator-hudi] vinothchandar commented on a change in pull request #928: [HUDI-265] Failed to delete tmp dirs created in unit tests

vinothchandar commented on a change in pull request #928: [HUDI-265] Failed to delete tmp dirs created in unit tests
URL: https://github.com/apache/incubator-hudi/pull/928#discussion_r329072018
 
 

 ##########
 File path: hudi-common/src/test/java/org/apache/hudi/common/util/TestFSUtils.java
 ##########
 @@ -129,6 +129,7 @@ public void testProcessFiles() throws Exception {
         .noneMatch(s -> s.contains(HoodieTableMetaClient.METAFOLDER_NAME)));
     // Check if only files are listed including hoodie.properties
     Assert.assertEquals("Collected=" + collected2, 5, collected2.size());
+    tmpFolder.delete();
 
 Review comment:
   wont this delete it for other tests as well? 

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services