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

Make tests run in parallel #23

Closed
roji opened this issue Apr 30, 2016 · 2 comments
Closed

Make tests run in parallel #23

roji opened this issue Apr 30, 2016 · 2 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@roji
Copy link
Member

roji commented Apr 30, 2016

For some reason there are severe timeout issues when running the test suite in parallel (the default). For now parallelism has been disabled (in AssemblyInfo.cs), investigate...

@roji roji added the bug Something isn't working label Apr 30, 2016
@roji roji changed the title Make test run in parallel Make tests run in parallel May 14, 2016
@roji roji added the blocked label May 30, 2016
@roji
Copy link
Member Author

roji commented May 30, 2016

The cause for this is xunit/xunit#864

@roji roji closed this as completed in 0df323e Jun 3, 2016
@roji roji removed the blocked label Jun 3, 2016
@roji
Copy link
Member Author

roji commented Jun 3, 2016

The actual cause for this is npgsql/npgsql#1141

@roji roji added this to the 1.0.0-rc2-release2 milestone Jun 3, 2016
@roji roji self-assigned this Jun 3, 2016
roji added a commit that referenced this issue Jun 3, 2016
Update to version of Npgsql where there's ConfigureAwait(false)
everywhere.

Fixes #23
roji added a commit to roji/efcore.pg that referenced this issue Jun 4, 2016
Update to version of Npgsql where there's ConfigureAwait(false)
everywhere.

Fixes npgsql#23
roji added a commit that referenced this issue Jun 5, 2016
Update to version of Npgsql where there's ConfigureAwait(false)
everywhere.

Fixes #23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant