Search

Running more than five tests in parallel does not work by kryps1

Closed
as Fixed Help for as Fixed

10
0
Sign in
to vote
Type: Bug
ID: 587386
Opened: 8/19/2010 12:07:35 AM
Access Restriction: Public
0
Workaround(s)
5
User(s) can reproduce this bug
Running more than five tests in parallel on a Core i7 processor causes the whole test run to fail.
Details (expand)

Visual Studio/Silverlight/Tooling version

Visual Studio 2010

What category (if any) best represents this feedback?

 

Steps to reproduce

Set parallelTestCount="8" on the Execution element of the .testsettings file and start more than five unit tests.

Product Language

English

Operating System

Windows 7

Operating System Language

English

Actual results

The run fails with a "Test run error" - "Test run is aborting on '(hostname)', number of hung tests exceeds maximum allowable '5'"

Expected results

All tests should be run.
File Attachments
File Name Submitted By Submitted On File Size  
MoreThanFiveTestsInParallel.zip 8/19/2010 15 KB
Sign in to post a comment.
Posted by Darshan Desai [MSFT] on 1/16/2012 at 10:15 PM
We have released a hotfix to fix this problem. Please apply this hotfix on your machine and try running tests with this attribute: http://support.microsoft.com/kb/2619410


Thanks.

-Darshan Desai
Program Manager, Visual Studio team
Posted by ScoobyD00UK on 4/23/2011 at 2:45 AM
I'm running Visual Studio 2010 SP1.
Posted by ScoobyD00UK on 4/23/2011 at 2:44 AM
This is still not resolved (despite being marked as fixed).

5 tests run in parallel perfectly.

With 6 or more tests configured to run in parallel - all tests fail instantly saying "Aborted".

Why was this marked as fixed when it isn't?

I can reproduce on my 6 core processor (no hyperthreading involved).
Posted by B.Young on 3/2/2011 at 2:11 PM
I have a machine with 8 cores.

<Execution parallelTestCount="5">

5 tests run in parallel - everything works as expected.

<Execution parallelTestCount="5"> or
<Execution parallelTestCount="8"> or
<Execution parallelTestCount="0">

The test adapter 'UnitTestAdapter' threw an exception while running test 'X'. Thread was being aborted.
Posted by Von_Dingle on 11/2/2010 at 12:35 PM
We are experiencing this same issue. It is marked as resolved; how so? Is this to be fixed with SP1, when it comes out?
Posted by AnthonyMastrean on 8/24/2010 at 11:46 AM
The error I get is "Test run is aborting on '<machine-name>', number of hung tests exceeds maximum allowable '5'."
Posted by Microsoft on 8/19/2010 at 7:21 PM
Thanks for your feedback. We are routing this issue to the appropriate group within the Visual Studio Product Team for triage and resolution. These specialized experts will follow-up with your issue.
Posted by Microsoft on 8/19/2010 at 2:39 AM
Thank you for your feedback, we are currently reviewing the issue you have submitted. If this issue is urgent, please contact support directly(http://support.microsoft.com)
Sign in to post a workaround.