You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@falcon.apache.org by "Venkatesh Seetharam (JIRA)" <ji...@apache.org> on 2014/09/16 01:15:33 UTC

[jira] [Commented] (FALCON-728) Unit test failures

    [ https://issues.apache.org/jira/browse/FALCON-728?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14134676#comment-14134676 ] 

Venkatesh Seetharam commented on FALCON-728:
--------------------------------------------

Patch looks good.

> Unit test failures
> ------------------
>
>                 Key: FALCON-728
>                 URL: https://issues.apache.org/jira/browse/FALCON-728
>             Project: Falcon
>          Issue Type: Bug
>          Components: tests
>    Affects Versions: 0.6
>            Reporter: Sowmya Ramesh
>            Assignee: Sowmya Ramesh
>              Labels: Authorization
>             Fix For: 0.6
>
>         Attachments: FALCON-728.patch
>
>
> Unit test  org.apache.falcon.entity.parser.FeedEntityParserTest.testValidateACLAndStorageForValidGroupBadOwner fails
> {noformat}
> org.apache.falcon.FalconException: Permission denied: Either Feed ACL owner AccessControlList{owner='testuser', group='admin', permission='0x755'} or group admin doesn't match the actual file owner jenkins or group jenkins  for file /projects/falcon/clicks
> org.apache.falcon.entity.parser.ValidationException: org.apache.falcon.FalconException: Permission denied: Either Feed ACL owner AccessControlList{owner='testuser', group='admin', permission='0x755'} or group admin doesn't match the actual file owner jenkins or group jenkins  for file /projects/falcon/clicks
> 	at org.apache.falcon.entity.FileSystemStorage.validateACL(FileSystemStorage.java:263)
> 	at org.apache.falcon.entity.parser.FeedEntityParser.validateACL(FeedEntityParser.java:428)
> 	at org.apache.falcon.entity.parser.FeedEntityParser.validate(FeedEntityParser.java:85)
> 	at org.apache.falcon.entity.parser.FeedEntityParserTest.testValidateACLAndStorageForValidGroupBadOwner(FeedEntityParserTest.java:822)
> {noformat}
> Tests 
> org.apache.falcon.security.FalconAuthenticationFilterTest.testAnonymous
>  org.apache.falcon.security.FalconAuthenticationFilterTest.testDoFilter
>  org.apache.falcon.security.FalconAuthenticationFilterTest.testDoFilterForClientBackwardsCompatibility
>  org.apache.falcon.security.FalconAuthenticationFilterTest.testEmptyUser
> {noformat}
> java.lang.NullPointerException: null
> 	at org.apache.hadoop.security.authentication.server.AuthenticationFilter.init(AuthenticationFilter.java:186)
> 	at org.apache.falcon.security.FalconAuthenticationFilter.init(FalconAuthenticationFilter.java:82)
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)