Skip to content

Listen_Http3AndSocketsCoexistOnDifferentEndpoints_ClientSuccess shouldn't use static ports #34952

Description

@Tratcher

[ConditionalTheory]
[MsQuicSupported]
[InlineData(5002, 5003)]
[InlineData(5004, 5004)]
public async Task Listen_Http3AndSocketsCoexistOnDifferentEndpoints_ClientSuccess(int http3Port, int http1Port)

The use of static ports will make this test unreliable, I already hit a failure locally where there was a port conflict between the test and one of the samples that happened to be running at the same time.

Re-write the test to use dynamic port bindings (0).

Metadata

Metadata

Assignees

No one assigned

    Labels

    HTTP3area-networkingIncludes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractionstest-failure

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions