Skip to content

[H/3] Fix interop tests.#119497

Merged
ManickaP merged 1 commit into
dotnet:mainfrom
ManickaP:fix-test
Sep 10, 2025
Merged

[H/3] Fix interop tests.#119497
ManickaP merged 1 commit into
dotnet:mainfrom
ManickaP:fix-test

Conversation

@ManickaP

@ManickaP ManickaP commented Sep 9, 2025

Copy link
Copy Markdown
Member

Based on Kusto data, since 25.8., interop test against cloudflare has been failing on the response status check (whether it's 200 OK, it's not, it's 403 now). We can either disable the test and lose coverage or just ignore the status. I chose the later since the status code in not relevant in evaluating whether HTTP/3 is working or not.

And we'll need to backport to all active release branches.

@ManickaP ManickaP requested review from a team and Copilot September 9, 2025 16:10

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

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 fixes HTTP/3 interop tests that have been failing since August 25th due to Cloudflare returning 403 status codes instead of the expected 200 OK responses. The fix removes the status code assertions while preserving the core functionality tests.

Key Changes

  • Removes HTTP status code assertions from two HTTP/3 interop test methods
  • Maintains the essential HTTP/3 version verification to ensure protocol functionality

@ManickaP

ManickaP commented Sep 9, 2025

Copy link
Copy Markdown
Member Author

/azp list

@azure-pipelines

Copy link
Copy Markdown
CI/CD Pipelines for this repository:

@dotnet-policy-service

Copy link
Copy Markdown
Contributor

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

@ManickaP

ManickaP commented Sep 9, 2025

Copy link
Copy Markdown
Member Author

/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

/ba-g unrelated, the affected tests are not failing anymore..

@ManickaP ManickaP merged commit 0001e1c into dotnet:main Sep 10, 2025
88 of 97 checks passed
@ManickaP

ManickaP commented Sep 10, 2025

Copy link
Copy Markdown
Member Author

/backport to 8.0-staging

@ManickaP ManickaP deleted the fix-test branch September 10, 2025 07:40
@ManickaP

Copy link
Copy Markdown
Member Author

/backport to 8.0-staging

@github-actions

Copy link
Copy Markdown
Contributor

Started backporting to 8.0-staging: https://github.com/dotnet/runtime/actions/runs/17606816408

@ManickaP

Copy link
Copy Markdown
Member Author

/backport to 9.0-staging

@github-actions

Copy link
Copy Markdown
Contributor

Started backporting to 9.0-staging: https://github.com/dotnet/runtime/actions/runs/17606820897

@ManickaP

Copy link
Copy Markdown
Member Author

/backport to release/10.0

@github-actions

Copy link
Copy Markdown
Contributor

Started backporting to release/10.0: https://github.com/dotnet/runtime/actions/runs/17606829511

@github-actions

Copy link
Copy Markdown
Contributor

@ManickaP an error occurred while backporting to "8.0-staging", please check the run log for details!

The process '/usr/bin/git' failed with exit code 1

@github-actions

Copy link
Copy Markdown
Contributor

@ManickaP an error occurred while backporting to "9.0-staging", please check the run log for details!

The process '/usr/bin/git' failed with exit code 1

@ManickaP

Copy link
Copy Markdown
Member Author

/backport to release/9.0-staging

@github-actions

Copy link
Copy Markdown
Contributor

Started backporting to release/9.0-staging: https://github.com/dotnet/runtime/actions/runs/17606893993

@ManickaP

Copy link
Copy Markdown
Member Author

/backport to release/8.0-staging

@github-actions

Copy link
Copy Markdown
Contributor

Started backporting to release/8.0-staging: https://github.com/dotnet/runtime/actions/runs/17606898411

@github-actions github-actions Bot locked and limited conversation to collaborators Oct 10, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants