nunit-core team mailing list archive
-
nunit-core team
-
Mailing list archive
-
Message #02382
[Bug 904841] Re: After exiting for timeout the teardown method is not executed
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
Status: New => Invalid
--
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:
Invalid
Bug description:
From the NUnit-discuss list: http://groups.google.com/group/nunit-
discuss/browse_thread/thread/9db7ebfc1114b91a
When a test times out, the teardown method is not executed. The person
reporting it wants the TearDown to execute so that cleanup may be
performed. This will need some investigation both for general
desirability and feasibility.
To manage notifications about this bug go to:
https://bugs.launchpad.net/nunitv2/+bug/904841/+subscriptions
References