You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@solr.apache.org by GitBox <gi...@apache.org> on 2021/06/14 12:41:14 UTC

[GitHub] [solr] bruno-roustant commented on a change in pull request #108: SOLR-15051: Pull files from the repository when BlobDirectory is created.

bruno-roustant commented on a change in pull request #108:
URL: https://github.com/apache/solr/pull/108#discussion_r650910694



##########
File path: solr/contrib/blob-directory/src/test/org/apache/solr/blob/BlobDirectoryTest.java
##########
@@ -190,4 +211,23 @@ private void checkFileContent(String name, String expectedContent) throws IOExce
             assertEquals(expectedContent, input.readString());
         }
     }
+
+    private static void deleteRecursively(File file) throws IOException {

Review comment:
       +1




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



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org