Uploaded image for project: 'Hadoop Map/Reduce'
  1. Hadoop Map/Reduce
  2. MAPREDUCE-4792

Unit Test TestJobTrackerRestartWithLostTracker fails with ant-1.8.4

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.0.3, 1.0.4
    • 1.1.1
    • test
    • None
    • fedora 17_64 x86

    Description

      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.

      Attachments

        1. MAPREDUCE-4792-branch-1.patch
          1 kB
          Amir F Sanjar

        Activity

          People

            asanjar Amir F Sanjar
            asanjar Amir F Sanjar
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: