Chuan Liu created YARN-1357:
-------------------------------
Summary: TestContainerLaunch.testContainerEnvVariables fails on
Windows
Key: YARN-1357
URL: https://issues.apache.org/jira/browse/YARN-1357
Project: Hadoop YARN
Issue Type: Test
Reporter: Chuan Liu
Assignee: Chuan Liu
Priority: Minor
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)