Skip to content

System.Net.Security tests are broken when updating to the new coreclr #19048

@joperezr

Description

@joperezr

When trying to update to the newest coreclr with PR dotnet/corefx#12836 some System.Net.Security tests started hanging. They all call the same API which launches a task that is awaited and apparently it never resolves. Tests that are in this state are:

SslStream_AuthenticateAsClientAsync_Supported_Success
SslStream_AuthenticateAsClient_Supported_Success
SslStream_AuthenticateAsClientAsync_AllSupported_Success
SslStream_AuthenticateAsClientAsync_None_Success
SslStream_AuthenticateAsClientAsync_Default_Success

I will disable those tests for now to unblock the coreclr update which some folks depend on, but this issue is to track why did those started failing.

cc: @stephentoub @CIPop (people who have edited those tests)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions