You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
IgnoreNewStreamsDuringClosedConnection in Http2ConnectionTests has been passing with a 100% pass rate for 30+ days (299 passes across 30 builds) in the quarantine pipeline (aspnetcore-quarantined-tests, definition 84). Removing the [QuarantinedTest] attribute to restore it to the regular test run.
The patch file is available in the agent artifact in the workflow run linked above.
To create a pull request with the changes:
# Download the artifact from the workflow run
gh run download 23683129095 -n agent -D /tmp/agent-23683129095
# Create a new branch
git checkout -b unquarantine/issue-60111-04fab72afe983d93
# Apply the patch (--3way handles cross-repo patches where files may already exist)
git am --3way /tmp/agent-23683129095/aw-unquarantine-issue-60111.patch
# Push the branch to origin
git push origin unquarantine/issue-60111-04fab72afe983d93
# Create the pull request
gh pr create --title '[test-quarantine] Unquarantine IgnoreNewStreamsDuringClosedConnection' --base main --head unquarantine/issue-60111-04fab72afe983d93 --repo DeagleGross/aspnetcore
Show patch (29 lines)
From f921be1ce36adbfa8cc5153a3f7725f7e8a112c8 Mon Sep 17 00:00:00 2001
From: "github-actions[bot]" <github-actions[bot]@users.noreply.github.com>
Date: Sat, 28 Mar 2026 10:45:54 +0000
Subject: [PATCH] Unquarantine IgnoreNewStreamsDuringClosedConnection
Test has been passing reliably for 30+ days in the quarantine pipeline.
Resolves https://github.com/dotnet/aspnetcore/issues/60111
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
---
.../test/InMemory.FunctionalTests/Http2/Http2ConnectionTests.cs | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/Servers/Kestrel/test/InMemory.FunctionalTests/Http2/Http2ConnectionTests.cs b/src/Servers/Kestrel/test/InMemory.FunctionalTests/Http2/Http2ConnectionTests.cs
index 9a05dd9ceb..9740be059a 100644
--- a/src/Servers/Kestrel/test/InMemory.FunctionalTests/Http2/Http2ConnectionTests.cs+++ b/src/Servers/Kestrel/test/InMemory.FunctionalTests/Http2/Http2ConnectionTests.cs@@ -5430,7 +5430,6 @@ public class Http2ConnectionTests : Http2TestBase
}
[Fact]
- [QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/60111")]
public async Task IgnoreNewStreamsDuringClosedConnection()
{
// Remove callback that completes _pair.Application.Output on abort.
--
2.53.0
IgnoreNewStreamsDuringClosedConnectioninHttp2ConnectionTestshas been passing with a 100% pass rate for 30+ days (299 passes across 30 builds) in the quarantine pipeline (aspnetcore-quarantined-tests, definition 84). Removing the[QuarantinedTest]attribute to restore it to the regular test run.Associated issue: dotnet#60111
Note
🔒 Integrity filter blocked 14 items
The following items were blocked because they don't meet the GitHub integrity level.
search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".search_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".search_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".search_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".search_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".list_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".list_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".list_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".list_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".list_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".list_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".list_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".list_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".pull_request_read: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".To allow these resources, lower
min-integrityin your GitHub frontmatter:Note
This was originally intended as a pull request, but the git push operation failed.
Workflow Run: View run details and download patch artifact
The patch file is available in the
agentartifact in the workflow run linked above.To create a pull request with the changes:
Show patch (29 lines)