Remove quic.tech from HTTP/3 interop test URIs#126871
Merged
rzikm merged 1 commit intodotnet:mainfrom Apr 14, 2026
Merged
Conversation
The quic.tech:8443 server is consistently timing out from CI machines, causing 100% failure rate for Public_Interop_ExactVersion_Success, Public_Interop_Upgrade_Request2OrHigher_Success, and Public_Interop_Upgrade_Request3OrLower_Success across multiple platforms (7 builds in the last week). This follows the same pattern used to remove quic.nginx.org in PR dotnet#124743. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
|
Tagging subscribers to this area: @karelz, @dotnet/ncl |
Contributor
There was a problem hiding this comment.
Pull request overview
This PR removes the quic.tech:8443 endpoint from the public HTTP/3 interop URI set used by System.Net.Http functional tests, to prevent persistent CI timeouts caused by an unreliable external server.
Changes:
- Remove
https://quic.tech:8443/fromInteropUris()in the HTTP/3 HttpClientHandler functional tests.
MihaZupan
approved these changes
Apr 14, 2026
ManickaP
approved these changes
Apr 14, 2026
Member
Author
|
/ba-g Test failure is #125933 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The \quic.tech:8443\ server is consistently timing out from CI machines, causing 100% failure rate for:
Failures observed across 7 builds across multiple platforms (AzureLinux, Windows 11, Windows Server 2022/2025) over the past week with error:
\
System.Net.Http.HttpRequestException : Connection handshake was canceled due to the configured timeout of 00:00:10 seconds elapsing. (quic.tech:8443)
\\
This follows the same pattern used to remove \quic.nginx.org\ in PR #124743.