When running multiple MSTest.exe processes without any configuration (testsettings and DeploymentItem attributes configured) in parallel there is a problem, the MSTest runtime creates a folder for each process named user_machine_data time_configuration, as i run multiple processes very fast (less than a second of difference) two instances of MSTest.exe may use the same folder for testing giving me conflicts on the tests.
Does anyone knows a way to configure the name of the folder the MSTest creates for the TestDeploymentDir?