You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2020/10/05 19:14:55 UTC

[GitHub] [druid] a2l007 opened a new pull request #10480: Improve test

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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org


[GitHub] [druid] a2l007 merged pull request #10480: Fix FileUtilsTest test failure in case of restricted root directory access

Posted by GitBox <gi...@apache.org>.
a2l007 merged pull request #10480:
URL: https://github.com/apache/druid/pull/10480


   


----------------------------------------------------------------
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: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org


[GitHub] [druid] a2l007 commented on pull request #10480: Fix FileUtilsTest test failure in case of restricted root directory access

Posted by GitBox <gi...@apache.org>.
a2l007 commented on pull request #10480:
URL: https://github.com/apache/druid/pull/10480#issuecomment-704942662


   Thanks for reviewing @suneet-s !


----------------------------------------------------------------
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: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org