Details
-
Wish
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
0.4.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.