-
Notifications
You must be signed in to change notification settings - Fork 256
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
is there any way to change the adapter to make "datarow" level in parallel? #452
Comments
I am happy to know you are interested in contributing. |
Do let us know if you need any brainstorming on this topic to help with this contribution. Thanks again for your interest. |
This behavior is enabled by default on version 2.2.7+. |
@Haplois @nohwnd: Well... it’s a good feature, but the change of the default behaviour seems to be mentioned absolutely nowhere (also not in #910). Also: Is there a way to revert this change without annotating the method as [DoNotParallize]? There are cases where it is fine to parallize a method in general, just not its [DataRow]'s. Also having parallized [DataRow]'s is very annoying during the debugging of tests. |
Yes, please refer to this comment. |
We are not seeing parallel execution at the data row level, using version 2.2.10. |
Description
I am trying to change the strategy of the original MSTest_Adapter to realize the parallel executing
on "DataRow" level in one method. I am asking is there any previous experience or trials on this topic?
AB#1408172
The text was updated successfully, but these errors were encountered: