Skip to content

[ci-scan] Skip PlatformHandlerTest_Cookies_Http2 (WinHttpException 12030) - #127993

Merged
kotlarmilos merged 4 commits into
mainfrom
ci-scan/skip-winhttp-cookies-http2-126867-26ec7ab47b3447c2
May 12, 2026
Merged

[ci-scan] Skip PlatformHandlerTest_Cookies_Http2 (WinHttpException 12030)#127993
kotlarmilos merged 4 commits into
mainfrom
ci-scan/skip-winhttp-cookies-http2-126867-26ec7ab47b3447c2

Conversation

@github-actions

@github-actions github-actions Bot commented May 9, 2026

Copy link
Copy Markdown
Contributor

Summary

Mute PlatformHandlerTest_Cookies_Http2 tests that fail with WinHttpException : Error 12030 (connection terminated abnormally) on Windows x64.

Linked KBE: #126867

Changes

Adds [ActiveIssue("https://github.com/dotnet/runtime/issues/126867", typeof(PlatformDetection), nameof(PlatformDetection.IsWindows), nameof(PlatformDetection.IsX64Process))] at the class level on PlatformHandlerTest_Cookies_Http2 in PlatformHandlerTest.cs, scoped to Windows x64 only.

Reasoning

  1. Same test? Yes — PlatformHandlerTest_Cookies_Http2 cookie tests match the KBE.
  2. Same failure signature? Yes — WinHttpException : Error 12030 / WINHTTP_CALLBACK_STATUS_REQUEST_ERROR.
  3. Same OS? Yes — Windows (KBE filed against Windows).
  4. Same architecture? Yes — x64 (KBE matches x64).

Failing legs

  • runtime-nativeaot-outerloop (def 265): windows-x64 NativeAOT SizeOpt
  • Also seen in regular WinHttpHandler outerloop builds on main

Note

This PR was generated by an automated CI scan workflow using GitHub Copilot.

[!NOTE]

Generated by CI Outer-Loop Failure Scanner · ● 45.9M ·

Add [ActiveIssue] to disable PlatformHandlerTest_Cookies_Http2 tests which
fail with WinHttpException Error 12030 (connection terminated abnormally)
across NativeAOT and regular Windows builds.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@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.

@kotlarmilos
kotlarmilos requested a review from rzikm May 11, 2026 12:43
@kotlarmilos
kotlarmilos marked this pull request as ready for review May 11, 2026 12:43
Copilot AI review requested due to automatic review settings May 11, 2026 12:43
@kotlarmilos kotlarmilos modified the milestones: 10.0.x, 11.0.0 May 11, 2026

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 adds an ActiveIssue annotation to skip the WinHttpHandler HTTP/2 cookie functional test class, preventing CI failures in the affected configuration while the linked issue is investigated/resolved.

Changes:

  • Annotates PlatformHandlerTest_Cookies_Http2 with [ActiveIssue("https://github.com/dotnet/runtime/issues/126867")] to skip the suite under the active known issue.
Show a summary per file
File Description
src/libraries/System.Net.Http.WinHttpHandler/tests/FunctionalTests/PlatformHandlerTest.cs Marks the WinHttpHandler HTTP/2 cookie test class as skipped via ActiveIssue tied to runtime issue #126867.

Copilot's findings

  • Files reviewed: 1/1 changed files
  • Comments generated: 1

…s_Http2

Co-authored-by: kotlarmilos <11523312+kotlarmilos@users.noreply.github.com>
Copilot AI requested a review from kotlarmilos May 11, 2026 20:10
@kotlarmilos

Copy link
Copy Markdown
Member

/azp run runtime-extra-platforms

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines successfully started running 1 pipeline(s).

@kotlarmilos

Copy link
Copy Markdown
Member

@rzikm This looks like a test / product bug so I suggest disabling test.

@kotlarmilos
kotlarmilos enabled auto-merge (squash) May 12, 2026 17:40
@kotlarmilos
kotlarmilos merged commit 1eef0d2 into main May 12, 2026
93 checks passed
@kotlarmilos
kotlarmilos deleted the ci-scan/skip-winhttp-cookies-http2-126867-26ec7ab47b3447c2 branch May 12, 2026 19:16
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.

4 participants