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

Fix regression in CancelAsyncConnections test using Native SNI #1226

Merged
merged 1 commit into from
Aug 25, 2021

Conversation

cheenamalhotra
Copy link
Member

@cheenamalhotra cheenamalhotra commented Aug 24, 2021

A change in PR #933 caused CancelAsyncConnections test to fail for Native SNI. Using Debug configuration locally helped reproduce the failing assertion consistently. This test did not fail in public CI pipelines but it failed today in our internal build, which is surprising and we're looking into it.

@Wraith2
I'm patching the packet release code block to be applicable to only Managed SNI so we can proceed to release, but it should be investigated in Managed SNI layer as there are many debug assertion failures that indicate towards design issues when running the CancelAsyncConnections test.

@Wraith2
Copy link
Contributor

Wraith2 commented Aug 25, 2021

Ok. Seems reasonable. I noted this location in the original PR as a point of interest.
As we've discussed before we really need to work towards running tests in Debug mode so we can see these sorts of fault.

@cheenamalhotra cheenamalhotra merged commit 2b74ca1 into dotnet:main Aug 25, 2021
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.

4 participants