Skip to content

Conversation

ManickaP
Copy link
Member

@ManickaP ManickaP commented Sep 9, 2025

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
Copy link
Contributor

@Copilot 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 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
Copy link
Member Author

ManickaP commented Sep 9, 2025

/azp list

Copy link

CI/CD Pipelines for this repository:

Copy link
Contributor

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

@ManickaP
Copy link
Member Author

ManickaP commented Sep 9, 2025

/azp run runtime-libraries-coreclr outerloop

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@ManickaP
Copy link
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
Copy link
Member Author

ManickaP commented Sep 10, 2025

/backport to 8.0-staging

@ManickaP ManickaP deleted the fix-test branch September 10, 2025 07:40
@ManickaP
Copy link
Member Author

/backport to 8.0-staging

Copy link
Contributor

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

@ManickaP
Copy link
Member Author

/backport to 9.0-staging

Copy link
Contributor

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

@ManickaP
Copy link
Member Author

/backport to release/10.0

Copy link
Contributor

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

Copy link
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

Copy link
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
Member Author

/backport to release/9.0-staging

Copy link
Contributor

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

@ManickaP
Copy link
Member Author

/backport to release/8.0-staging

Copy link
Contributor

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

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.

2 participants