You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-issues@hadoop.apache.org by "Brahma Reddy Battula (JIRA)" <ji...@apache.org> on 2016/02/19 10:38:18 UTC

[jira] [Created] (MAPREDUCE-6637) Testcase Failure : TestFileInputFormat.testSplitLocationInfo

Brahma Reddy Battula created MAPREDUCE-6637:
-----------------------------------------------

             Summary: Testcase Failure : TestFileInputFormat.testSplitLocationInfo
                 Key: MAPREDUCE-6637
                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-6637
             Project: Hadoop Map/Reduce
          Issue Type: Bug
            Reporter: Brahma Reddy Battula
            Assignee: Brahma Reddy Battula


Following testcase is failing after HADOOP-12810
{noformat}
FAILED:  org.apache.hadoop.mapred.TestFileInputFormat.testSplitLocationInfo[0]

Error Message:
expected:<2> but was:<1>

Stack Trace:
java.lang.AssertionError: expected:<2> but was:<1>
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failNotEquals(Assert.java:743)
	at org.junit.Assert.assertEquals(Assert.java:118)
	at org.junit.Assert.assertEquals(Assert.java:555)
	at org.junit.Assert.assertEquals(Assert.java:542)
	at org.apache.hadoop.mapred.TestFileInputFormat.testSplitLocationInfo(TestFileInputFormat.java:115)

{noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)