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 "Varun Saxena (JIRA)" <ji...@apache.org> on 2015/02/02 09:44:35 UTC

[jira] [Commented] (MAPREDUCE-6223) TestJobConf#testNegativeValueForTaskVmem failures

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

Varun Saxena commented on MAPREDUCE-6223:
-----------------------------------------

Thanks for your comments, [~jira.shegalov]. 
bq. I think the test captured an overlooked case. Thus, instead of fixing the test code we should fix JobConf#getMemoryForMapTask and JobConf#getMemoryForReduceTask
Agree

Raised MAPREDUCE-6239 for merging of these 2 classes


> TestJobConf#testNegativeValueForTaskVmem failures
> -------------------------------------------------
>
>                 Key: MAPREDUCE-6223
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-6223
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: test
>    Affects Versions: 3.0.0
>            Reporter: Gera Shegalov
>            Assignee: Varun Saxena
>         Attachments: MAPREDUCE-6223.001.patch
>
>
> {code}
> Tests run: 8, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 3.328 sec <<< FAILURE! - in org.apache.hadoop.conf.TestJobConf
> testNegativeValueForTaskVmem(org.apache.hadoop.conf.TestJobConf)  Time elapsed: 0.089 sec  <<< FAILURE!
> java.lang.AssertionError: expected:<1024> 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.conf.TestJobConf.testNegativeValueForTaskVmem(TestJobConf.java:111)
> {code}



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