You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Kihwal Lee (JIRA)" <ji...@apache.org> on 2016/08/09 15:52:20 UTC

[jira] [Commented] (HADOOP-13469) Fix TestRefreshUserMappings.testRefreshSuperUserGroupsConfiguration test failure

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

Kihwal Lee commented on HADOOP-13469:
-------------------------------------

HADOOP-13442 changed {{AccessControlList}} to call {{getGroups()}} instead of {{getGroupNames()}}. It should work if the mocks are updated to stub the right method and return the right type. MAPREDUCE-6750 needs a similar fix.


> Fix TestRefreshUserMappings.testRefreshSuperUserGroupsConfiguration test failure
> --------------------------------------------------------------------------------
>
>                 Key: HADOOP-13469
>                 URL: https://issues.apache.org/jira/browse/HADOOP-13469
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: test
>            Reporter: Rakesh R
>            Assignee: Rakesh R
>
> This jira is to analyse and fix the test case failure, which is failing in Jenkins build, [Build_16326|https://builds.apache.org/job/PreCommit-HDFS-Build/16326/testReport/org.apache.hadoop.security/TestRefreshUserMappings/testRefreshSuperUserGroupsConfiguration/] very frequently.
> {code}
> Error Message
> first auth for user2 should've succeeded: User: super_userL is not allowed to impersonate userL2
> Stacktrace
> java.lang.AssertionError: first auth for user2 should've succeeded: User: super_userL is not allowed to impersonate userL2
> 	at org.junit.Assert.fail(Assert.java:88)
> 	at org.apache.hadoop.security.TestRefreshUserMappings.testRefreshSuperUserGroupsConfiguration(TestRefreshUserMappings.java:200)
> {code}



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

---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-issues-help@hadoop.apache.org