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

Jason Lowe commented on MAPREDUCE-3560:
---------------------------------------

I ran into this and took a quick look.  The test is failing because the test 
created an RM context without a delegation token renewer but RMNodeImpl assumes 
the context will always have one in StatusUpdateWhenHealthyTransition().  Looks 
like we either need to avoid using it there if it's null or mock up a 
DelegationTokenRenewer when setting up the test.
                
> TestRMNodeTransitions is failing on trunk
> -----------------------------------------
>
>                 Key: MAPREDUCE-3560
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3560
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2, resourcemanager, test
>    Affects Versions: 0.23.1
>            Reporter: Vinod Kumar Vavilapalli
>            Assignee: Siddharth Seth
>            Priority: Blocker
>             Fix For: 0.23.1
>
>
> Apparently Jenkins is screwed up. It is happily blessing patches, even though 
> tests are failing.
> Link to logs: 
> https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/1454//testReport/org.apache.hadoop.yarn.server.resourcemanager/TestRMNodeTransitions/testExpiredContainer/

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to