[test-quarantine] Unquarantine 3 reliably-passing tests - #68902
Open
github-actions[bot] wants to merge 1 commit into
Open
[test-quarantine] Unquarantine 3 reliably-passing tests#68902github-actions[bot] wants to merge 1 commit into
github-actions[bot] wants to merge 1 commit into
Conversation
Unquarantines: - RealServerUsingMinimalBackedIntegrationTests.CanResolveServices (issue #67340) - Http3TimeoutTests.HEADERS_TrailerIncompleteFrameReceivedWithinRequestHeadersTimeout_StreamError (issue #67346) - VirtualizationCspTest.Virtualize_WithItems_DoesNotViolate_StrictStyleCspPolicy (issue #67352) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
github-actions
Bot
requested review from
a team,
BrennanConroy,
SamMonoRT,
Youssef1313,
cincuranet,
halter73 and
rokonec
as code owners
August 29, 2026 10:39
Youssef1313
requested changes
Aug 29, 2026
Youssef1313
left a comment
Member
There was a problem hiding this comment.
At least one of the tests isn't stable yet and has failed in this PR.
2026-08-29T11:28:04.8283913Z [xUnit.net 00:01:06.51] Microsoft.AspNetCore.Server.Kestrel.Core.Tests.Http3TimeoutTests.HEADERS_TrailerIncompleteFrameReceivedWithinRequestHeadersTimeout_StreamError [FAIL]
2026-08-29T11:28:04.8284122Z [xUnit.net 00:01:06.51] System.InvalidOperationException : Expected error code RequestRejected, got -1.
2026-08-29T11:28:04.8284155Z [xUnit.net 00:01:06.51] Stack Trace:
2026-08-29T11:28:04.8284244Z [xUnit.net 00:01:06.52] /_/src/Servers/Kestrel/shared/test/Http3/Http3InMemory.cs(667,0): at Microsoft.AspNetCore.InternalTesting.Http3StreamBase.WaitForStreamErrorAsync(Http3ErrorCode protocolError, Action`1 matchExpectedErrorMessage, String expectedErrorMessage)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Unquarantines three tests that have been passing 100% for 60+ days in the quarantined-tests pipeline (AzDO definitions 84/87, last 30 days).
Tests being unquarantined
RealServerUsingMinimalBackedIntegrationTests.CanResolveServicesHttp3TimeoutTests.HEADERS_TrailerIncompleteFrameReceivedWithinRequestHeadersTimeout_StreamErrorVirtualizationCspTest.Virtualize_WithItems_DoesNotViolate_StrictStyleCspPolicyData source:
aspnetcore-quarantined-testspipeline (definitions 84 and 87), last 30 days, 503 builds analyzed.Closes #67340
Closes #67346
Closes #67352
A maintainer or contributor can add the
no-quarantine-for-30-dayslabel to this PR to tell the workflow not to re-quarantine these tests for 30 days if they start failing again.