dotnet / dotnet/aspnetcore

Listen_Http3AndSocketsCoexistOnDifferentEndpoints_ClientSuccess shouldn't use static ports

Open
#34,952 3 comments 0 reactions 0 assignees View on GitHub
area-networking HTTP3 test-failure
Dominant language
C#
Stars
38.4k
Forks
10.9k
Avg merge
2d 10h
Merged PRs (30d)
281

Description

https://github.com/dotnet/aspnetcore/blob/e10c98e64df0402c0503d8fc500bdf850b6cd209/src/Servers/Kestrel/Transport.Quic/test/WebHostTests.cs#L78-L82

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).

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.