[
https://issues.apache.org/jira/browse/YARN-1357?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13810159#comment-13810159
]
Hudson commented on YARN-1357:
------------------------------
FAILURE: Integrated in Hadoop-Hdfs-trunk #1569 (See
[https://builds.apache.org/job/Hadoop-Hdfs-trunk/1569/])
YARN-1357. TestContainerLaunch.testContainerEnvVariables fails on Windows.
Contributed by Chuan Liu. (cnauroth:
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1537293)
* /hadoop/common/trunk/hadoop-yarn-project/CHANGES.txt
*
/hadoop/common/trunk/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager/src/test/java/org/apache/hadoop/yarn/server/nodemanager/containermanager/launcher/TestContainerLaunch.java
> TestContainerLaunch.testContainerEnvVariables fails on Windows
> --------------------------------------------------------------
>
> Key: YARN-1357
> URL: https://issues.apache.org/jira/browse/YARN-1357
> Project: Hadoop YARN
> Issue Type: Test
> Components: nodemanager
> Affects Versions: 3.0.0, 2.2.0
> Reporter: Chuan Liu
> Assignee: Chuan Liu
> Priority: Minor
> Fix For: 3.0.0, 2.2.1
>
> Attachments: YARN-1357.patch
>
>
> This test fails on Windows due to incorrect use of batch script command.
> Error messages are as follows.
> {noformat}
> junit.framework.AssertionFailedError: expected:<java.nio.HeapByteBuffer[pos=0
> lim=19 cap=19]> but was:<java.nio.HeapByteBuffer[pos=0 lim=19 cap=19]>
> at junit.framework.Assert.fail(Assert.java:50)
> at junit.framework.Assert.failNotEquals(Assert.java:287)
> at junit.framework.Assert.assertEquals(Assert.java:67)
> at junit.framework.Assert.assertEquals(Assert.java:74)
> at
> org.apache.hadoop.yarn.server.nodemanager.containermanager.launcher.TestContainerLaunch.testContainerEnvVariables(TestContainerLaunch.java:508)
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.1#6144)