DomGarguilo commented on PR #5547:
URL: https://github.com/apache/accumulo/pull/5547#issuecomment-2932334414

   @kevinrr888 i pushed up 9891482 to address some of your comments. 
   
   Regarding all the comments suggesting to 
`assertTrue(Files.isDirectory(dir))` or similar with a file, 
`Files.isDirectory` will throw an exception if it does not properly create a 
directory at the given path. So in most (if not all) cases here, we can rely on 
that exception to alert us about any failure and if no exception is thrown, we 
can safely assume that things were created properly. Same goes for the 
`Files.createFile()`


-- 
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: notifications-unsubscr...@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to