Skip to content

Conversation

@dibarbet
Copy link
Member

@dibarbet dibarbet commented Jun 14, 2024

Resolves #73977

Passed 400 iterations in CI (previously failed consistently ~20-30 times on that number)
image

@ghost ghost added Area-IDE untriaged Issues and PRs which have not yet been triaged by a lead labels Jun 14, 2024
@dibarbet dibarbet changed the title run iterations to test in CI WIP run iterations to test in CI Jun 14, 2024

// Shutdown task will close the queue, so we need to wait for it to complete.
await shutdownTask.ConfigureAwait(false);
Assert.True(queueAccessor.IsComplete(), "Unexpected queue not complete");
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

issue was that the shutdown task completes the queue, but this was not waiting for the shutdown task to complete (just verifying it started). This now waits for the shutdown task to complete.

@dibarbet dibarbet changed the title WIP run iterations to test in CI Fix flaky test: LanguageServerCleansUpOnUnexpectedJsonRpcDisconnectAsync Jun 17, 2024
@dibarbet dibarbet marked this pull request as ready for review June 17, 2024 20:30
@dibarbet dibarbet requested a review from a team as a code owner June 17, 2024 20:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Area-IDE untriaged Issues and PRs which have not yet been triaged by a lead

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Test LanguageServerCleansUpOnUnexpectedJsonRpcDisconnectAsync failed in CI

3 participants