nunit-core team mailing list archive
-
nunit-core team
-
Mailing list archive
-
Message #01272
[Bug 667939] Re: nunit.exe never cleans up spawned nunit-agent.exe processes when testing an asp.net mvc 2 project
*** This bug is a duplicate of bug 612052 ***
https://bugs.launchpad.net/bugs/612052
** This bug has been marked a duplicate of bug 612052
NUnit-agent should be reused on reload
* You can subscribe to bug 612052 by following this link: https://bugs.launchpad.net/nunitv2/+bug/612052/+subscribe
--
nunit.exe never cleans up spawned nunit-agent.exe processes when testing an asp.net mvc 2 project
https://bugs.launchpad.net/bugs/667939
You received this bug notification because you are a member of NUnit
Developers, which is subscribed to NUnit V2.
Status in NUnit V2 Test Framework: New
Bug description:
I am using nunit 2.5.8.10295.
I'm using nunit to do unit testing for an ASP.NET MVC 2 project. I have a solution with two projects, one being the actual application, and the other being the unit tests. I use the nunit.exe gui to run the unit tests. I invoke the tests by opening up the dll produced by building the project. Everything runs fine, but I've noticed that every run spins off a new instance of nunit-agent.exe. This instances never shutdown, and slowly gobble away at system resources and degrade usability substantially. It seems to me that nunit.exe should shut down nunit-agent.exe when it is no longer needed, correct?
References