You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-dev@hadoop.apache.org by "Akira Ajisaka (JIRA)" <ji...@apache.org> on 2016/11/26 01:58:58 UTC

[jira] [Resolved] (MAPREDUCE-4821) Unit Test: TestJobTrackerRestart fails when it is run with ant-1.8.4

     [ https://issues.apache.org/jira/browse/MAPREDUCE-4821?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Akira Ajisaka resolved MAPREDUCE-4821.
--------------------------------------
    Resolution: Won't Fix

branch-1 is now effectively EOL. Closing.

> Unit Test: TestJobTrackerRestart fails when it is run with ant-1.8.4
> --------------------------------------------------------------------
>
>                 Key: MAPREDUCE-4821
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4821
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: test
>    Affects Versions: 1.0.3, 1.0.4
>         Environment: RHEL 6.3 on x86
>            Reporter: Amir Sanjar
>         Attachments: MAPREDUCE-4821-branch1.patch, MAPREDUCE-4821-release-1.0.3.patch
>
>
> Problem:
> JUnit tag @Ignore is not recognized since the testcase is JUnit3 and not JUnit4:
> Solution:
> Migrate the testcase to JUnit4, including:
> * Remove extends TestCase"
> * Remove import junit.framework.TestCase;
> * Add import org.junit.*; 
> * Use appropriate annotations such as @After, @Before, @Test.
> uploading a patch shortly 



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

---------------------------------------------------------------------
To unsubscribe, e-mail: mapreduce-dev-unsubscribe@hadoop.apache.org
For additional commands, e-mail: mapreduce-dev-help@hadoop.apache.org