English | 中文 | Русский | Français
2,595 Posts served
8,341 Conversations started
While running some unit tests within Visual Studio 2008 it seemed that it would often be possible to execute the unit tests in parallel on multi-processor or multi-core machines.
Obviously thread safety would be the responsibility of the test authors and the parallel execution of the unit tests could be an optional capability with the default being the sequential execution.
With continuous integration and gated checkin scenarios the parallel execution of unit tests could be very useful. In the near future developer workstations and servers will have considerably more cores than are typically available today and so the performance impact of such parallel execution could be considerable.
If you agree with this suggestion then click on the following image from the Microsoft Connect and vote on it as the Visual Studio teams really do listen to feature requests.
| July 3, 2009 9:56 AM PDT
Doug Holland (Intel)
|
Hey Mr. Hericus, I'm glad you agree and so the more votes we can get for the suggestion the more chance we've got of getting parallel execution of unit tests into a future release. Regards, Doug |
| July 8, 2009 7:01 PM PDT
Gastón C. Hillar
|
Hey Doug, I agree. Awesome idea. I've already voted. Regards, Gaston |
| July 10, 2009 10:17 AM PDT
Doug Holland (Intel)
|
Hey Gastón, Thanks for voting dude!!! You going to PDC this year? I'll send you an e-mail... - Doug |
| July 16, 2009 7:27 PM PDT
Gastón C. Hillar
|
Hey Doug, PDC 2009 is going to be one of the most interesting ones in the last years. :) VS 2010, Windows 7, Windows Server 2008 R2, Multicore programming, The Cloud, Azure, Silverlight 3, .Net 4, ASP.Net 4.0. Too many news!!! |
| July 17, 2009 9:06 AM PDT
Doug Holland (Intel)
| Totally agree Gastón!!! |

Mr. Hericus