[ 
https://issues.apache.org/jira/browse/HDFS-1084?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12988277#action_12988277
 ] 

Todd Lipcon commented on HDFS-1084:
-----------------------------------

At least on Linux, this is actually a umask problem. The test passes when umask 
is 0022, but fails when it's 0002. This is because the sticky bit portion of 
the test calls mkdir with no explicit permission and then verifies the 
permissions assuming 755 instead of 775.

> TestDFSShell fails in trunk.
> ----------------------------
>
>                 Key: HDFS-1084
>                 URL: https://issues.apache.org/jira/browse/HDFS-1084
>             Project: Hadoop HDFS
>          Issue Type: Bug
>          Components: test
>    Affects Versions: 0.22.0
>            Reporter: Konstantin Shvachko
>            Assignee: Po Cheung
>            Priority: Blocker
>             Fix For: 0.22.0
>
>
> {{TestDFSShell.testFilePermissions()}} fails on an assert attached below. I 
> see it on my Linux box. Don't see it failing with Hudson, and the same test 
> runs fine in 0.21 branch.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to