You are viewing a plain text version of this content. The canonical link for it is here.
Posted to yarn-issues@hadoop.apache.org by "Tsuyoshi OZAWA (JIRA)" <ji...@apache.org> on 2014/07/29 04:20:39 UTC

[jira] [Updated] (YARN-1979) TestDirectoryCollection fails when the umask is unusual

     [ https://issues.apache.org/jira/browse/YARN-1979?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tsuyoshi OZAWA updated YARN-1979:
---------------------------------

    Attachment: YARN-1979.2.patch

This JIRA seems to be forgotten, so let me update the patch. Just removed the lines [~djp] mentioned.

> TestDirectoryCollection fails when the umask is unusual
> -------------------------------------------------------
>
>                 Key: YARN-1979
>                 URL: https://issues.apache.org/jira/browse/YARN-1979
>             Project: Hadoop YARN
>          Issue Type: Test
>            Reporter: Vinod Kumar Vavilapalli
>            Assignee: Vinod Kumar Vavilapalli
>         Attachments: YARN-1979.2.patch, YARN-1979.txt
>
>
> I've seen this fail in Windows where the default permissions are matching up to 700.
> {code}
> -------------------------------------------------------------------------------
> Test set: org.apache.hadoop.yarn.server.nodemanager.TestDirectoryCollection
> -------------------------------------------------------------------------------
> Tests run: 5, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 1.015 sec <<< FAILURE! - in org.apache.hadoop.yarn.server.nodemanager.TestDirectoryCollection
> testCreateDirectories(org.apache.hadoop.yarn.server.nodemanager.TestDirectoryCollection)  Time elapsed: 0.422 sec  <<< FAILURE!
> java.lang.AssertionError: local dir parent Y:\hadoop-yarn-project\hadoop-yarn\hadoop-yarn-server\hadoop-yarn-server-nodemanager\target\org.apache.hadoop.yarn.server.nodemanager.TestDirectoryCollection\dirA not created with proper permissions expected:<rwxr-xr-x> but was:<rwx------>
>         at org.junit.Assert.fail(Assert.java:93)
>         at org.junit.Assert.failNotEquals(Assert.java:647)
>         at org.junit.Assert.assertEquals(Assert.java:128)
>         at org.apache.hadoop.yarn.server.nodemanager.TestDirectoryCollection.testCreateDirectories(TestDirectoryCollection.java:106)
> {code}
> The clash is between testDiskSpaceUtilizationLimit() and testCreateDirectories().



--
This message was sent by Atlassian JIRA
(v6.2#6252)