Item9278: Unit test runner no longer clean up the files and directories they create
Priority: Normal
Current State: Closed
Released In: 1.1.0
Target Release: minor
Applies To: Engine
Component:
Branches:
When I run the unit test suite I have around 150 garbage directories left behind in the data directory.
Until a few months ago I could run these tests and when completed all files had been removed and all directories removed.
Someone broke something.
It is all tests that create directories that leave behind garbage. So it is something in the unit test engine that is broken.
It creates problems when testing because you have all these non working webs and other garbage.
--
KennethLavrsen - 08 Jul 2010
Part of problem is that -clean assumes all unit test webs match "Temp*" So following webs are not following the convention:
--
GeorgeClark - 08 Jul 2010
Same problem as for
Item9279. Fixed it here, and should fix both.
--
OlivierRaginel - 08 Jul 2010