Skip to content

Add ActiveIssue for SendAsync_Success_ConnectionSetupActivityGraphRecorded - #129886

Merged
jakobbotsch merged 1 commit into
mainfrom
copilot/add-activeissue-for-test-failure
Jun 26, 2026
Merged

Add ActiveIssue for SendAsync_Success_ConnectionSetupActivityGraphRecorded#129886
jakobbotsch merged 1 commit into
mainfrom
copilot/add-activeissue-for-test-failure

Conversation

CopilotAI commented Jun 26, 2026

Copy link
Copy Markdown
Contributor

DiagnosticsTest.SendAsync_Success_ConnectionSetupActivityGraphRecorded fails intermittently due to a loopback-server race that surfaces Unexpected EOF trying to read request header (observed on the HTTP/2 variants, Windows x86 Release).

Changes

  • Annotate the test with [ActiveIssue("https://github.com/dotnet/runtime/issues/129771")] in DiagnosticsTests.cs to skip it while the underlying race is investigated.

…orded (#129771)
Co-authored-by: jakobbotsch <7887810+jakobbotsch@users.noreply.github.com>
CopilotAI requested review from Copilot and removed request for CopilotJune 26, 2026 08:38
CopilotAI changed the title Add ActiveIssue for SendAsync_Success_ConnectionSetupActivityGraphRecorded (#129771)Add ActiveIssue for SendAsync_Success_ConnectionSetupActivityGraphRecordedJun 26, 2026
CopilotAI requested a review from jakobbotschJune 26, 2026 08:39
@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.

@jakobbotsch
jakobbotsch marked this pull request as ready for review June 26, 2026 08:45
CopilotAI review requested due to automatic review settings June 26, 2026 08:45

CopilotAI 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 updates System.Net.Http functional diagnostics tests by marking SendAsync_Success_ConnectionSetupActivityGraphRecorded as skipped via ActiveIssue, to mitigate intermittent CI failures while the underlying race is investigated.

Changes:

  • Adds an [ActiveIssue("https://github.com/dotnet/runtime/issues/129771")] annotation to SendAsync_Success_ConnectionSetupActivityGraphRecorded.

@jakobbotsch
jakobbotsch merged commit 11b4252 into mainJun 26, 2026
90 of 92 checks passed
@jakobbotsch
jakobbotsch deleted the copilot/add-activeissue-for-test-failure branch June 26, 2026 11:53
@dotnet-milestone-botdotnet-milestone-botBot added this to the 11.0-preview7 milestone Jun 28, 2026
eiriktsarpalis pushed a commit that referenced this pull request Jul 15, 2026
…orded (#129886)
`DiagnosticsTest.SendAsync_Success_ConnectionSetupActivityGraphRecorded`
fails intermittently.
### Changes
- Annotate the test with
`[ActiveIssue("https://github.com/dotnet/runtime/issues/129771")]` in
`DiagnosticsTests.cs` to skip it while the underlying race is
investigated.
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: jakobbotsch <7887810+jakobbotsch@users.noreply.github.com>
@github-actionsgithub-actionsBot locked and limited conversation to collaborators Jul 29, 2026
Sign up for freeto 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

@rzikm@jakobbotsch