Listen_Http3AndSocketsCoexistOnDifferentEndpoints_ClientSuccess shouldn't use static ports
Open
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
Assessment
This issue has not been assessed yet.