[test-quarantine] Unquarantine tests reliably passing for 30+ days#66083
Merged
[test-quarantine] Unquarantine tests reliably passing for 30+ days#66083
Conversation
Unquarantine the following tests that have achieved 100% pass rate across all builds in the quarantined-tests pipeline over the past 30 days: - Http2ConnectionTests.IgnoreNewStreamsDuringClosedConnection (issue #60111) - Http2ConnectionTests.RequestHeaderStringReuse_MultipleStreams_KnownHeaderReused (issue placeholder) - Http3RequestTests.GET_GracefulServerShutdown_RequestCompleteSuccessfullyInsideHostTimeout (issue #35070) - StartupTests.StartupTimeoutIsApplied (issue #65081) - StartupTests.SetCurrentDirectoryHandlerSettingWorks (issue #62802) - StartupTests.CheckStdoutWithLargeWrites_LogFile (issue #58108) - Latin1Tests.Latin1Works (issue #61055) - AppOfflineIISExpressTests.AppOfflineDroppedWhileSiteStarting_SiteShutsDown_InProcess (issue #60482) - ShadowCopyTests.ShadowCopyCleansUpOlderFolders (issue #58106) - ControllerEndpointFiltersTest.CanCaptureMethodInfoFromControllerAction (issue #60109) - RoutingGroupsWithMetadataTest.OrderedGroupMetadataForControllers (issue #55927) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Member
|
Confirmed these have all been passing in the quarantine-test pipeline |
wtgodbe
approved these changes
Apr 1, 2026
This was referenced Apr 3, 2026
github-actions Bot
added a commit
that referenced
this pull request
Apr 4, 2026
…pleteSuccessfullyInsideHostTimeout This test was recently unquarantined in #66083 (issue #35070) but has already failed twice again (builds 1364909, 1363509). The test fails with 'connections failed to close/abort gracefully during server shutdown' in the QUIC/HTTP3 variant. Re-quarantining while the underlying race condition is investigated. Associated issue: #aw_http3gs Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
github-actions Bot
added a commit
that referenced
this pull request
Apr 4, 2026
…tion This test was recently unquarantined in #66083 (issue #60111) but has already failed again (build 1364809). The test fails with 'Expected: ConnectionReset, Actual: null' - a race condition where the ConnectionEndReason is not set when the connection closes. Re-quarantining while the underlying issue is investigated. Associated issue: #aw_http2ign Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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.
The following tests have achieved a 100% pass rate with no failures across all builds in the quarantined-tests pipeline (definition 84) and components-e2e pipeline (definition 87) over the past 30 days, meeting the 30-day minimum quarantine duration. All tests also appeared in ≥83% of builds in the observation window.
Tests Unquarantined
Http2ConnectionTests.IgnoreNewStreamsDuringClosedConnectionHttp2ConnectionTests.RequestHeaderStringReuse_MultipleStreams_KnownHeaderReusedHttp3RequestTests.GET_GracefulServerShutdown_RequestCompleteSuccessfullyInsideHostTimeoutStartupTests.StartupTimeoutIsAppliedStartupTests.SetCurrentDirectoryHandlerSettingWorksStartupTests.CheckStdoutWithLargeWrites_LogFileLatin1Tests.Latin1WorksAppOfflineIISExpressTests.AppOfflineDroppedWhileSiteStarting_SiteShutsDown_InProcessShadowCopyTests.ShadowCopyCleansUpOlderFoldersControllerEndpointFiltersTest.CanCaptureMethodInfoFromControllerActionRoutingGroupsWithMetadataTest.OrderedGroupMetadataForControllersNote: Issue #35070 is not closed because another test (
Http3TlsTests.ClientCertificate_AllowOrRequire_Available_Invalid_Refused) still references it and continues to fail.