Skip to content

Renable WebSocket Client tests with ServerInitiatedClose semantics #28957

Open
@davidsh

Description

@davidsh

These tests were disabled when we moved the external Azure test endpoint to Azure App Service:

https://github.com/dotnet/corefx/blob/master/src/System.Net.WebSockets.Client/tests/CloseTest.cs

  • CloseAsync_ServerInitiatedClose_Success
  • CloseOutputAsync_ServerInitiated_CanSend

Azure App Service (unlike VMs or Cloud Service) uses a reverse proxy on the front-end which causes some problems with our testing of WebSocket client close scenarios with server initiated close frames.

These tests can be re-enabled once they are moved to a loopback based WebSocket server.

Metadata

Metadata

Assignees

No one assigned

    Labels

    area-System.Netdisabled-testThe test is disabled in source code against the issuetest-enhancementImprovements of test source codetest-run-coreTest failures in .NET Core test runs

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions