Ok, so MSTest does NOT execute in paralell.
Are there plans for allowing this? We would certainly want our tests to run faster. Right now I have a beast running the actual build on 8 MSBuild agents on a four core machine and and incremental build of some 1,5MLOC is finished in 6 - six minutes.
If I could guarantee that the tests didn't trip with each other (we have worked hard so that big parts of our tests suite can give this guarantee) then I would very much appreciate the opportunity to have them run in paralell.
Martin Moe
Are there plans for allowing this? We would certainly want our tests to run faster. Right now I have a beast running the actual build on 8 MSBuild agents on a four core machine and and incremental build of some 1,5MLOC is finished in 6 - six minutes.
If I could guarantee that the tests didn't trip with each other (we have worked hard so that big parts of our tests suite can give this guarantee) then I would very much appreciate the opportunity to have them run in paralell.
Martin Moe