Skip to content
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

Enable test parallelization #31

Open
tomasaschan opened this issue Oct 26, 2017 · 0 comments
Open

Enable test parallelization #31

tomasaschan opened this issue Oct 26, 2017 · 0 comments

Comments

@tomasaschan
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant