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

Remove .Wait() calls from query tests #12362

Merged
merged 1 commit into from
Jun 15, 2018
Merged

Remove .Wait() calls from query tests #12362

merged 1 commit into from
Jun 15, 2018

Conversation

AndriySvyryd
Copy link
Member

Remove unnecessary async keywords
Postfix methods returning a Task with "Async"

Fixes #5308

@AndriySvyryd
Copy link
Member Author

@dotnet-bot test Windows Release x64 Build please

Remove unnecessary async keywords
Postfix methods returning a Task with "Async"

Fixes #5308
@roji
Copy link
Member

roji commented Aug 9, 2018

Does this mean that the test suite can be expected to run without any of the deadlocks we had before? I have a special xunit threading attribute because tests would consistently lock up in Appveyor, as threads were stuck synchronously waiting on underlying async operations which could not complete etc.

@AndriySvyryd
Copy link
Member Author

@roji This eliminated some deadlocks, but there are others that we are still investigating, see #12842

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

Successfully merging this pull request may close these issues.

None yet

4 participants