Skip to content

[test-quarantine] Quarantine Http2ConnectionTests.StreamPool_StreamIsInvalidState_DontReturnedToPool#66157

Closed
github-actions[bot] wants to merge 2 commits intomainfrom
quarantine/http2-streampool-aw_strmpl-6bc0e6286d642743
Closed

[test-quarantine] Quarantine Http2ConnectionTests.StreamPool_StreamIsInvalidState_DontReturnedToPool#66157
github-actions[bot] wants to merge 2 commits intomainfrom
quarantine/http2-streampool-aw_strmpl-6bc0e6286d642743

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented Apr 4, 2026

Quarantines a flaky Kestrel HTTP/2 stream pool test that has failed 2 times in the last 30 days (builds 1362336, 1357441).

Test

Microsoft.AspNetCore.Server.Kestrel.Core.Tests.Http2ConnectionTests.StreamPool_StreamIsInvalidState_DontReturnedToPool

The test verifies that an HTTP/2 stream in an invalid state is not returned to the stream pool after the application throws an InvalidOperationException. The failure (Assert.True() Failure) indicates the stream is being returned to the pool despite the invalid state — a race condition between stream cleanup and pool management.

Associated issue: #66142

Note: The issue URL in [QuarantinedTest(...)] uses the placeholder TODO. Please update it with the actual issue number from #66142 before merging.

Note

🔒 Integrity filter blocked 12 items

The following items were blocked because they don't meet the GitHub integrity level.

  • #65815 search_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
  • #65817 search_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
  • #65827 search_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
  • #65816 search_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
  • #66130 issue_read: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
  • #66135 issue_read: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
  • #40626 search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
  • #46028 list_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
  • #49286 list_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
  • #54846 list_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
  • #55092 list_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
  • #55707 list_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".

To allow these resources, lower min-integrity in your GitHub frontmatter:

tools:
  github:
    min-integrity: approved  # merged | approved | unapproved | none

Generated by Daily Test Quarantine Management · ● 25.1M ·

…eturnedToPool

This test has failed 2 times in the last 30 days (builds 1362336,
1357441). The failure indicates a race condition where an HTTP/2 stream
in invalid state is still returned to the stream pool after an app
throws an InvalidOperationException.

Associated issue: #aw_strmpl

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@github-actions github-actions Bot added the needs-area-label Used by the dotnet-issue-labeler to label those issues which couldn't be triaged automatically label Apr 4, 2026
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@wtgodbe wtgodbe closed this Apr 4, 2026
@dotnet-policy-service dotnet-policy-service Bot added this to the 11.0-preview4 milestone Apr 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

needs-area-label Used by the dotnet-issue-labeler to label those issues which couldn't be triaged automatically test-failure

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant