Varun Vasudev created HADOOP-11253:
--------------------------------------
Summary: Hadoop streaming test TestStreamXmlMultipleRecords fails
on Windows
Key: HADOOP-11253
URL: https://issues.apache.org/jira/browse/HADOOP-11253
Project: Hadoop Common
Issue Type: Test
Components: tools
Reporter: Varun Vasudev
Assignee: Varun Vasudev
All the tests in TestStreamXmlMultipleRecords fail on Windows with errors
similar to this -
{noformat}
java.lang.AssertionError: null
at org.junit.Assert.fail(Assert.java:86)
at org.junit.Assert.assertTrue(Assert.java:41)
at org.junit.Assert.assertTrue(Assert.java:52)
at
org.apache.hadoop.streaming.TestStreaming.assertOutput(TestStreaming.java:177)
at
org.apache.hadoop.streaming.TestStreaming.checkOutput(TestStreaming.java:166)
at
org.apache.hadoop.streaming.TestStreaming.testCommandLine(TestStreaming.java:201)
at
org.apache.hadoop.streaming.TestStreamXmlMultipleRecords.testStreamXmlMultiInnerFast(TestStreamXmlMultipleRecords.java:113)
{noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)