[Nunit-core] [Bug 904841] Re: After exiting for timeout the teardown method is not executed

2013-10-04 Thread Charlie Poole
** Changed in: nunit-3.0 Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of NUnit Developers, which is subscribed to NUnit V2. https://bugs.launchpad.net/bugs/904841 Title: After exiting for timeout the teardown method is not executed

[Nunit-core] [Bug 904841] Re: After exiting for timeout the teardown method is not executed

2012-01-18 Thread Charlie Poole
** Changed in: nunitv2 Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of NUnit Core Developers, which is the registrant for NUnit Framework. https://bugs.launchpad.net/bugs/904841 Title: After exiting for timeout the teardown method

[Nunit-core] [Bug 904841] Re: After exiting for timeout the teardown method is not executed

2011-12-28 Thread Launchpad Bug Tracker
** Branch linked: lp:nunit-3.0 -- You received this bug notification because you are a member of NUnit Core Developers, which is the registrant for NUnit Framework. https://bugs.launchpad.net/bugs/904841 Title: After exiting for timeout the teardown method is not executed Status in NUnit Test

[Nunit-core] [Bug 904841] Re: After exiting for timeout the teardown method is not executed

2011-12-28 Thread Charlie Poole
** Changed in: nunit-3.0 Status: Triaged => Fix Committed -- You received this bug notification because you are a member of NUnit Core Developers, which is the registrant for NUnit Framework. https://bugs.launchpad.net/bugs/904841 Title: After exiting for timeout the teardown method is

[Nunit-core] [Bug 904841] Re: After exiting for timeout the teardown method is not executed

2011-12-27 Thread Charlie Poole
** Also affects: nunit-3.0 Importance: Undecided Status: New ** Changed in: nunit-3.0 Status: New => Triaged ** Changed in: nunit-3.0 Importance: Undecided => High ** Changed in: nunit-3.0 Assignee: (unassigned) => Charlie Poole (charlie.poole) ** Changed in: nunit-3.0

[Nunit-core] [Bug 904841] Re: After exiting for timeout the teardown method is not executed

2011-12-26 Thread Charlie Poole
This turned out to be a race condition between the main test thread and the individual test case thread. In some cases the teardown was run, in others not at all and in still others teardown could start and then be interupted. Inserting a Join in the logic that cancels the thread causes it to work

[Nunit-core] [Bug 904841] Re: After exiting for timeout the teardown method is not executed

2011-12-25 Thread Charlie Poole
I'm reactivating this. On rerunning the test I see that the problem does in fact exist. ** Changed in: nunitv2 Status: Invalid => Confirmed -- You received this bug notification because you are a member of NUnit Developers, which is subscribed to NUnit V2. https://bugs.launchpad.net/bugs/

[Nunit-core] [Bug 904841] Re: After exiting for timeout the teardown method is not executed

2011-12-25 Thread Charlie Poole
I have verified that teardown is executed after a timeout. There was no test for this case, so I added one. If your own teardown is not being executed at all, it may be that the setup is hanging and causing the timeout. If setup does not complete, then teardown is not run. ** Changed in: nunitv2

[Nunit-core] [Bug 904841] Re: After exiting for timeout the teardown method is not executed

2011-12-15 Thread Launchpad Bug Tracker
** Branch linked: lp:nunitv2 -- You received this bug notification because you are a member of NUnit Developers, which is subscribed to NUnit V2. https://bugs.launchpad.net/bugs/904841 Title: After exiting for timeout the teardown method is not executed Status in NUnit V2 Test Framework: Ne