Skip to content

Fix Linux timeout in HTTP test host gateway tests - #55823

Closed
nagilson with Copilot wants to merge 2 commits into
mainfrom
copilot/fix-dotnet-tests-timeout
Closed

Fix Linux timeout in HTTP test host gateway tests#55823
nagilson with Copilot wants to merge 2 commits into
mainfrom
copilot/fix-dotnet-tests-timeout

Conversation

Copilot AI commented Aug 18, 2026

Copy link
Copy Markdown
Contributor

The HttpTestHostGatewayTests batch intermittently timed out on Linux because its wrong-path request targeted the server root, outside the gateway’s registered listener prefix.

  • Correct request routing
    • Send the wrong-path request to a child of gateway.Endpoint.
    • Ensure the request reaches the gateway’s path validation and receives the expected 404.
new Uri(gateway.Endpoint, "wrong-path")

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines:
3 pipeline(s) were filtered out due to trigger conditions.
There may be pipelines that require an authorized user to comment /azp run to run.

Co-authored-by: nagilson <23152278+nagilson@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix timeout issue in dotnet.Tests.dll.2 on Linux Fix Linux timeout in HTTP test host gateway tests Aug 18, 2026
Copilot AI requested a review from nagilson August 18, 2026 04:57
@nagilson

Copy link
Copy Markdown
Member

this is a dupe of https://github.com/dotnet/sdk/pull/55790/changes and we should consider changing the finger printing bc of this.

@nagilson nagilson closed this Aug 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[AI discovered CI] dotnet.Tests.dll.2 repeatedly times out on Linux during CommandTests batch

2 participants