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

Jonathan Eagles commented on MAPREDUCE-3281:
--------------------------------------------

Seems to be failing for a different reason now

testContainerLaunch(org.apache.hadoop.yarn.server.nodemanager.TestLinuxContainerExecutorWithMocks)
  Time elapsed: 0.523 sec  <<< FAILURE!
junit.framework.AssertionFailedError: expected:<0> but was:<126>
        at junit.framework.Assert.fail(Assert.java:47)
        at junit.framework.Assert.failNotEquals(Assert.java:283)
        at junit.framework.Assert.assertEquals(Assert.java:64)
        at junit.framework.Assert.assertEquals(Assert.java:195)
        at junit.framework.Assert.assertEquals(Assert.java:201)
        at 
org.apache.hadoop.yarn.server.nodemanager.TestLinuxContainerExecutorWithMocks.testContainerLaunch(TestLinuxContainerExecutorWithMocks.java:118)

Looks like permisions issue
bash-3.2$ touch exec.sh
bash-3.2$ ./exec.sh
bash: ./exec.sh: Permission denied
bash-3.2$ echo $?
126

                
> TestLinuxContainerExecutorWithMocks failing on trunk.
> -----------------------------------------------------
>
>                 Key: MAPREDUCE-3281
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3281
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: test
>    Affects Versions: 0.23.0
>            Reporter: Vinod Kumar Vavilapalli
>            Assignee: Vinod Kumar Vavilapalli
>            Priority: Blocker
>             Fix For: 0.23.0
>
>         Attachments: MAPREDUCE-3281-20111027.txt
>
>


--
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