← Back to team overview

nunit-core team mailing list archive

[Bug 590804] Re: Need a way to repeatedly run the same test on different threads

 

** Changed in: nunitv2
       Status: New => Confirmed

** Changed in: nunitv2
       Status: Confirmed => Triaged

** Changed in: nunitv2
   Importance: Undecided => Medium

** 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

-- 
Need a way to repeatedly run the same test on different threads
https://bugs.launchpad.net/bugs/590804
You received this bug notification because you are a member of NUnit
Developers, which is subscribed to NUnit V2.

Status in NUnit Test Framework: Triaged
Status in NUnit V2 Test Framework: Triaged

Bug description:
I need a new attribute similar to [Repeat] that starts the test on multiple threads concurrently. A similar attribute is available in MbUnit - ThreadedRepeat. The [ThreadedRepeat(5)] attribute will call the test 5 times in parallel, firing off a separate thread for each one.
 
 I couldn't find the MbUnit documentation for the ThreadedRepeat attribute, but there is a blog post that explains it: http://darrell.mozingo.net/2008/05/30/mbunits-threadedrepeat-attribute/

Thank you!





References