You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It might be worthwhile to re-vamp the test fixture and base class for EF tests to create a new db instance for each test to enable parallel runs again, and then see if parallel runs or re-using the db instance provides the larger performance gain.
The text was updated successfully, but these errors were encountered:
Since xUnit 2.3 runs more stuff in parallel, I had to explicitly disable parallel runs of the EF tests since they re-use the same db instance.
It might be worthwhile to re-vamp the test fixture and base class for EF tests to create a new db instance for each test to enable parallel runs again, and then see if parallel runs or re-using the db instance provides the larger performance gain.
The text was updated successfully, but these errors were encountered: