← Back to team overview

nunit-core team mailing list archive

Re: [Bug 612052] Re: NUnit-agent should be reused on reload

 

Thanks Peter,

It's marked as fixed in the accompanying release notes.

However, we don't mark it 'Fix Released' and close the bug until
it's actually released to production as opposed to a snapshot.

charlie

On Wed, Nov 10, 2010 at 11:11 AM, Peter Bessman
<612052@xxxxxxxxxxxxxxxxxx> wrote:
> This appears to be fixed as of 2.5.9.10308.
>
> --
> NUnit-agent should be reused on reload
> https://bugs.launchpad.net/bugs/612052
> You received this bug notification because you are a member of NUnit
> Developers, which is subscribed to NUnit V2.
>

-- 
NUnit-agent should be reused on reload
https://bugs.launchpad.net/bugs/612052
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: Fix Committed

Bug description:
This issue came up in discussing bug #582051, but is a separate issue.

When tests have been loaded in a separate process under nunit-agent.exe, and the
user reloads the tests after a change, the process is terminated and a new process
created. If the user had attached to the process for debugging, he will have to
do so all over again with the new process.

It would be more convenient for the user if NUnit simply instructed the existing
process to reload the tests.





References