Skip to content

[Android] Enable two networking tests#81895

Merged
simonrozsival merged 3 commits into
dotnet:mainfrom
simonrozsival:android-enable-ipv6-test
Feb 10, 2023
Merged

[Android] Enable two networking tests#81895
simonrozsival merged 3 commits into
dotnet:mainfrom
simonrozsival:android-enable-ipv6-test

Conversation

@simonrozsival

Copy link
Copy Markdown
Member

This is a follow up to #81631, ref #79143

The assert in AndroidCryptoNative_RegisterRemoteCertificateValidationCallback was failing because of a race condition in SslStream.Android.cs:77 that called the initialization code twice.

@ghost

ghost commented Feb 9, 2023

Copy link
Copy Markdown

Tagging subscribers to this area: @dotnet/ncl, @vcsjones
See info in area-owners.md if you want to be subscribed.

Issue Details

This is a follow up to #81631, ref #79143

The assert in AndroidCryptoNative_RegisterRemoteCertificateValidationCallback was failing because of a race condition in SslStream.Android.cs:77 that called the initialization code twice.

Author: simonrozsival
Assignees: simonrozsival
Labels:

area-System.Net.Security

Milestone: -

@simonrozsival

Copy link
Copy Markdown
Member Author

/azp run runtime-android

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines successfully started running 1 pipeline(s).

@ghost

ghost commented Feb 9, 2023

Copy link
Copy Markdown

Tagging subscribers to 'arch-android': @steveisok, @akoeplinger
See info in area-owners.md if you want to be subscribed.

Issue Details

This is a follow up to #81631, ref #79143

The assert in AndroidCryptoNative_RegisterRemoteCertificateValidationCallback was failing because of a race condition in SslStream.Android.cs:77 that called the initialization code twice.

Author: simonrozsival
Assignees: simonrozsival
Labels:

area-System.Net.Security, os-android

Milestone: -

@wfurt wfurt left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

nice.

@simonrozsival

Copy link
Copy Markdown
Member Author

The System.Net.Sockets.Tests.DualModeConnectionlessReceiveMessageFrom. BeginReceiveMessageFromV4BoundToSpecificV6_NotReceived test is failing on main as well, it was most likely caused by #80715.

@simonrozsival simonrozsival merged commit bbb107b into dotnet:main Feb 10, 2023
@simonrozsival simonrozsival deleted the android-enable-ipv6-test branch February 10, 2023 09:24
@ghost ghost locked as resolved and limited conversation to collaborators Mar 12, 2023
@karelz karelz added this to the 8.0.0 milestone Mar 22, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants