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
[test-quarantine] Unquarantine CircuitTests.ComponentLifecycleMethodThrowsExceptionTerminatesTheCircuit and ComponentDisposeMethodThrowsExceptionT
[Content truncated due to length] #560
Unquarantines CircuitTests.ComponentLifecycleMethodThrowsExceptionTerminatesTheCircuit and CircuitTests.ComponentDisposeMethodThrowsExceptionTerminatesTheCircuit.
Both tests have been passing with a 100% pass rate over the past 30+ days in the quarantined test pipeline (pipeline 87 components-e2e):
ComponentLifecycleMethodThrowsExceptionTerminatesTheCircuit: 511 passes, 0 failures across 73 builds
ComponentDisposeMethodThrowsExceptionTerminatesTheCircuit: 73 passes, 0 failures across 73 builds
These tests were quarantined on 2026-03-27 (66 days ago), have never been re-quarantined, and are now stable enough to run in the regular CI pipeline.
The using Microsoft.AspNetCore.InternalTesting; statement is retained as it is used by other attributes in the file.
The bundle 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 26765512340 -n agent -D /tmp/agent-26765512340
# Fetch the bundle into a temporary ref, then update the local branch
git fetch /tmp/agent-26765512340/aw-test-quarantine-unquarantine-circuittests-20260601.bundle refs/heads/test-quarantine/unquarantine-circuittests-20260601:refs/bundles/create-pr-test-quarantine-unquarantine-circuittests-20260601-9b5fc7f67c48e7b7-7748c34c
git update-ref refs/heads/test-quarantine/unquarantine-circuittests-20260601-9b5fc7f67c48e7b7 refs/bundles/create-pr-test-quarantine-unquarantine-circuittests-20260601-9b5fc7f67c48e7b7-7748c34c
git checkout test-quarantine/unquarantine-circuittests-20260601-9b5fc7f67c48e7b7
# Ensure the working tree matches the updated branch
git reset --hard
# Remove the temporary bundle ref
git update-ref -d refs/bundles/create-pr-test-quarantine-unquarantine-circuittests-20260601-9b5fc7f67c48e7b7-7748c34c
# Push the branch to origin
git push origin test-quarantine/unquarantine-circuittests-20260601-9b5fc7f67c48e7b7
# Create the pull request
gh pr create --title '[test-quarantine] Unquarantine CircuitTests.ComponentLifecycleMethodThrowsExceptionTerminatesTheCircuit and ComponentDisposeMethodThrowsExceptionT[Content truncated due to length]' --base main --head test-quarantine/unquarantine-circuittests-20260601-9b5fc7f67c48e7b7 --repo DeagleGross/aspnetcore
Unquarantines
CircuitTests.ComponentLifecycleMethodThrowsExceptionTerminatesTheCircuitandCircuitTests.ComponentDisposeMethodThrowsExceptionTerminatesTheCircuit.Both tests have been passing with a 100% pass rate over the past 30+ days in the quarantined test pipeline (pipeline 87
components-e2e):ComponentLifecycleMethodThrowsExceptionTerminatesTheCircuit: 511 passes, 0 failures across 73 buildsComponentDisposeMethodThrowsExceptionTerminatesTheCircuit: 73 passes, 0 failures across 73 buildsThese tests were quarantined on 2026-03-27 (66 days ago), have never been re-quarantined, and are now stable enough to run in the regular CI pipeline.
The
using Microsoft.AspNetCore.InternalTesting;statement is retained as it is used by other attributes in the file.Associated issue: dotnet#66027 (already closed)
Note
This was originally intended as a pull request, but the git push operation failed.
Workflow Run: View run details and download bundle artifact
The bundle file is available in the
agentartifact in the workflow run linked above.To create a pull request with the changes: