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

[LSP] Use test accessor task instead of async operation to wait for LSP server shutdown in tests #57824

Merged
merged 6 commits into from
Nov 18, 2021

Conversation

dibarbet
Copy link
Member

@dibarbet dibarbet commented Nov 17, 2021

Using the async operation listener caused an issue in RPS when they wait for all async operations to be complete. Since this operation would not complete until VS shutsdown (and the LSP server is shutdown), RPS timed out.

Fixes rps issue in https://dev.azure.com/devdiv/DevDiv/_git/VS/pullrequest/364684#view=discussion

Val build in progress - https://devdiv.visualstudio.com/DevDiv/_build/results?buildId=5459216&view=results

…ver shutdown in tests. Using the async operation listener caused an issue in RPS when they wait for all async operations to be complete. Since this operation would not complete until VS shutsdown, RPS timed out
@dibarbet dibarbet requested a review from a team as a code owner November 17, 2021 20:32
@dibarbet dibarbet added the LSP issues related to the roslyn language server protocol implementation label Nov 17, 2021
@allisonchou
Copy link
Contributor

cc @ryzngard

@JoeRobich
Copy link
Member

Merging to unblock insertions.

@JoeRobich JoeRobich merged commit 0433307 into dotnet:main Nov 18, 2021
@ghost ghost added this to the Next milestone Nov 18, 2021
JoeRobich pushed a commit that referenced this pull request Nov 18, 2021
[LSP] Use test accessor task instead of async operation to wait for LSP server shutdown in tests

Co-authored-by: David Barbet <dabarbet@microsoft.com>
@allisonchou allisonchou modified the milestones: Next, 17.1.P2 Nov 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-IDE LSP issues related to the roslyn language server protocol implementation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants