Unit tests take too long to run.
--------------------------------
Key: HADOOP-408
URL: http://issues.apache.org/jira/browse/HADOOP-408
Project: Hadoop
Issue Type: Wish
Affects Versions: 0.4.0
Reporter: Doug Cutting
Priority: Minor
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.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira