Skip to content

[test-quarantine] Unquarantine ShadowCopyCleansUpOlderFolders #150

Description

@DeagleGross

ShadowCopyCleansUpOlderFolders in ShadowCopyTests (IIS.ShadowCopy.Tests) has been passing with a 100% pass rate for 30+ days (60 passes across 30 builds) in the quarantine pipeline. Removing the [QuarantinedTest] attribute to restore it to the regular test run.

Associated issue: dotnet#58106

Note

🔒 Integrity filter blocked 14 items

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

  • #41858 search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
  • #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".
  • #65816 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".
  • #66003 list_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
  • #65930 list_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
  • #65928 list_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
  • #65912 list_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
  • #65893 list_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
  • #65891 list_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
  • #65887 list_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
  • #65880 list_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
  • #65928 pull_request_read: 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 ·


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 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-58106-e80f5ae9cc65ff2b

# Apply the patch (--3way handles cross-repo patches where files may already exist)
git am --3way /tmp/agent-23683129095/aw-unquarantine-issue-58106.patch

# Push the branch to origin
git push origin unquarantine/issue-58106-e80f5ae9cc65ff2b

# Create the pull request
gh pr create --title '[test-quarantine] Unquarantine ShadowCopyCleansUpOlderFolders' --base main --head unquarantine/issue-58106-e80f5ae9cc65ff2b --repo DeagleGross/aspnetcore
Show patch (29 lines)
From 181ec17e96a857336b85dd4096e8b24ed6800e66 Mon Sep 17 00:00:00 2001
From: "github-actions[bot]" <github-actions[bot]@users.noreply.github.com>
Date: Sat, 28 Mar 2026 10:47:02 +0000
Subject: [PATCH] Unquarantine ShadowCopyCleansUpOlderFolders

Test has been passing reliably for 30+ days in the quarantine pipeline.
Resolves https://github.com/dotnet/aspnetcore/issues/58106

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
---
 src/Servers/IIS/IIS/test/IIS.ShadowCopy.Tests/ShadowCopyTests.cs | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/Servers/IIS/IIS/test/IIS.ShadowCopy.Tests/ShadowCopyTests.cs b/src/Servers/IIS/IIS/test/IIS.ShadowCopy.Tests/ShadowCopyTests.cs
index c9d7495aec..c8b8042a86 100644
--- a/src/Servers/IIS/IIS/test/IIS.ShadowCopy.Tests/ShadowCopyTests.cs
+++ b/src/Servers/IIS/IIS/test/IIS.ShadowCopy.Tests/ShadowCopyTests.cs
@@ -273,7 +273,6 @@ public class ShadowCopyTests : IISFunctionalTestBase
     }
 
     [ConditionalFact]
-    [QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/58106")]
     public async Task ShadowCopyCleansUpOlderFolders()
     {
         using var directory = TempDirectory.Create();
-- 
2.53.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions