(Using Nunit).
Testing out the grid functionality for the first time.
I get a test error with the unfriendly message "TestFixtureSetUp failed in SomeFixture", so according to
http://www.ncrunch.net/d..._distributed-processing I disabled processing on my local machine by setting "Max no of processing threds" to 0. But when I choose to debug the failing test, it starts debugging it on my (local) server. Maybe debugging on grid nodes isn't supported?
If so, what's the best way to find out the reason of failure? The test never executes, the opening bracket of test method is red indicating test failure, but rest of code is gray, including setups methods.
Thanks.