Skip to content

[HTTP] httpbin sometimes returns 503#128999

Merged
ManickaP merged 1 commit into
dotnet:mainfrom
ManickaP:fix-httpbin
Jun 5, 2026
Merged

[HTTP] httpbin sometimes returns 503#128999
ManickaP merged 1 commit into
dotnet:mainfrom
ManickaP:fix-httpbin

Conversation

@ManickaP
Copy link
Copy Markdown
Member

@ManickaP ManickaP commented Jun 4, 2026

Fix for httpbin returning 503, which is out of our control.
Based on Kusto, started 28.5., seen in #128940

@dotnet-policy-service
Copy link
Copy Markdown
Contributor

Tagging subscribers to this area: @karelz, @dotnet/ncl
See info in area-owners.md if you want to be subscribed.

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR reduces flakiness in the HTTP remote-server decompression tests by treating occasional 503 ServiceUnavailable responses from the external httpbin.org/deflate endpoint as an ignorable transient failure (similar to existing handling for 502/504).

Changes:

  • Extend the set of “ignore and return” HTTP status codes in the httpbin deflate decompression test to include HttpStatusCode.ServiceUnavailable (503).

@ManickaP
Copy link
Copy Markdown
Member Author

ManickaP commented Jun 5, 2026

/azp run runtime-libraries-coreclr outerloop

@azure-pipelines
Copy link
Copy Markdown

Azure Pipelines successfully started running 1 pipeline(s).

@ManickaP
Copy link
Copy Markdown
Member Author

ManickaP commented Jun 5, 2026

/ba-g unrelated

@ManickaP ManickaP merged commit 055beba into dotnet:main Jun 5, 2026
93 of 104 checks passed
@ManickaP ManickaP deleted the fix-httpbin branch June 5, 2026 12:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants