Uploaded image for project: 'Hadoop Common'
  1. Hadoop Common
  2. HADOOP-408

Unit tests take too long to run.

    XMLWordPrintableJSON

Details

    • Wish
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 0.4.0
    • 0.6.0
    • None
    • None

    Description

      Several of the unit tests take over a minute to run. I suspect most of this time is waiting for daemons to stop. Perhaps we can restructure daemon shutdown in the test frameworks so that all daemons are first asked to shutdown, and then wait for the actual shutdown of all daemons in the TestCase's tearDown() method. Also, we might try to combine some unit tests that require the same daemons under a single TestCase caller, so that they share setup/tearDown costs. Or we could try to simply make daemon shutdowns faster.

      Attachments

        Activity

          People

            Unassigned Unassigned
            cutting Doug Cutting
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: