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 blocking parallelization #10353

Merged

Conversation

YuliiaKovalova
Copy link
Member

@YuliiaKovalova YuliiaKovalova commented Jul 10, 2024

Fixes

BuildCheck E2E tests #10036

##Context

The tests from this class were handing on the CI build periodically

public class EndToEndTests : IDisposable

But after adding another build-in analyzer, I was able to spot (thanks to @JanKrivanek !) the deadlock in the Parallel invocation.

@YuliiaKovalova YuliiaKovalova marked this pull request as ready for review July 10, 2024 15:51
@YuliiaKovalova YuliiaKovalova merged commit bcfd010 into dotnet:main Jul 10, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants