v2.9.
Scenario:
I try to use the console test runner to integrate with TeamCity and I have a couple of performance tests which are creating data once and then reading it.
Now when they become distributed they need to create this data on each grid node defeating the purpose (in this scenario) of sharing the test data between tests.
Question:
Is there some way I can restrict Test1 and Test2, within same console "build and run tests in solution" session, to run in same grid node? (except creating server side exclude filter Test1 and Test2 since that will prevent them to run at server at all)
Thanks.