Feature Suggestions

Parallelization settings

Started by alexidsa on 6,910 views

At some point I had problems with tests parallel execution as those tests used files and there were some locking conflicts (only in case of parallel execution). When I swithced to ContinuosTests (Mighty Moose) the problem gone as tests execution is parallelized only per assemlby in Mighty Moose. May be it would be reasonable to add settings ParallelizeTestsNotInOneAssembly and even ParallelizeTestsNotInOneTestClass (which would be enough in my case).

Edited

Thanks, I'll look into this.

Meanwhile, you might want to read more about the parallel execution features of NCrunch, as it seems like you could gain much more from these with some minor adjustments to your tests.

Post a reply

Log in to reply.