Description
The TestFSDownload.testDownloadPublicWithStatCache test in hadoop-yarn-common consistently fails on Windows environments.
The root cause is that the test checks for execute permission for all users on every ancestor of the target directory. In windows, by default, group "Everyone" has no permissions on any directory in the install drive. It's unreasonable to expect this test to pass and we should skip it on Windows.
Attachments
Attachments
Issue Links
- relates to
-
YARN-2270 TestFSDownload#testDownloadPublicWithStatCache fails in trunk
- Closed