a2l007 opened a new pull request #10480: URL: https://github.com/apache/druid/pull/10480
Depending on the environment, the test `FileUtilsTest.testCreateTempDirNonexistentBase` may not pass if the user running the test does not have read/write access to the root directory. In this case, the test will fail as the exception received would be an AccessDeniedException instead of NoSuchFileException. This PR should fix the test to be consistent across all environments. ---------------------------------------------------------------- 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: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
