Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI error: System.Net.Quic.QuicException: The connection timed out from inactivity #91757

Closed
steveharter opened this issue Sep 7, 2023 · 16 comments · Fixed by #105109
Closed
Labels
arch-arm32 area-System.Net.Quic blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' Known Build Error Use this to report build issues in the .NET Helix tab test-run-core Test failures in .NET Core test runs tracking-external-issue The issue is caused by external problem (e.g. OS) - nothing we can do to fix it directly
Milestone

Comments

@steveharter
Copy link
Member

steveharter commented Sep 7, 2023

Build Information

Build: https://dev.azure.com/dnceng-public/public/_build/results?buildId=640353
Build error leg or test failing: System.Net.Http.Functional.Tests.SocketsHttpHandler_HttpClientHandler_MaxResponseHeadersLength_Http3.LargeSingleHeader_ThrowsException

Error Message

Multiple System.Net.Quic.QuicException : The connection timed out from inactivity. in System.Net.Quic tests on "smaller" platforms, e.g. Alpine3.15 arm 32

 System.Net.Quic.QuicException : The connection timed out from inactivity.
      Stack Trace:
        /_/src/libraries/System.Net.Quic/src/System/Net/Quic/QuicConnection.cs(547,0): at System.Net.Quic.QuicConnection.HandleConnectionEvent(QUIC_CONNECTION_EVENT& connectionEvent)
        /_/src/libraries/System.Net.Quic/src/System/Net/Quic/QuicConnection.cs(581,0): at System.Net.Quic.QuicConnection.NativeCallback(QUIC_HANDLE* connection, Void* context, QUIC_CONNECTION_EVENT* connectionEvent)
        --- End of stack trace from previous location ---
        /_/src/libraries/System.Net.Quic/src/System/Net/Quic/Internal/ValueTaskSource.cs(176,0): at System.Net.Quic.ValueTaskSource.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token)
        /_/src/libraries/System.Net.Quic/src/System/Net/Quic/QuicConnection.cs(324,0): at System.Net.Quic.QuicConnection.FinishConnectAsync(QuicClientConnectionOptions options, CancellationToken cancellationToken)
        /_/src/libraries/System.Net.Quic/src/System/Net/Quic/QuicConnection.cs(72,0): at System.Net.Quic.QuicConnection.<ConnectAsync>g__StartConnectAsync|2_0(QuicClientConnectionOptions options, CancellationToken cancellationToken)
        /_/src/libraries/System.Net.Quic/src/System/Net/Quic/QuicConnection.cs(77,0): at System.Net.Quic.QuicConnection.<ConnectAsync>g__StartConnectAsync|2_0(QuicClientConnectionOptions options, CancellationToken cancellationToken)
        /_/src/libraries/System.Net.Quic/tests/FunctionalTests/QuicTestBase.cs(214,0): at System.Net.Quic.Tests.QuicTestBase.CreateConnectedQuicConnection(QuicClientConnectionOptions clientOptions, QuicListener listener)
        /_/src/libraries/System.Net.Quic/tests/FunctionalTests/QuicTestBase.cs(245,0): at System.Net.Quic.Tests.QuicTestBase.CreateConnectedQuicConnection(QuicClientConnectionOptions clientOptions, QuicListener listener)
        /_/src/libraries/System.Net.Quic/tests/FunctionalTests/QuicConnectionTests.cs(315,0): at System.Net.Quic.Tests.QuicConnectionTests.AcceptStreamAsync_ConnectionDisposed_Throws()
{
  "ErrorPattern": "System.Net.Quic.QuicException ?: The connection timed out from inactivity",
  "BuildRetry": false,
  "ExcludeConsoleLog": false
}

Known issue validation

Build: 🔎 https://dev.azure.com/dnceng-public/public/_build/results?buildId=640353
Error message validated: [System.Net.Quic.QuicException ?: The connection timed out from inactivity]
Result validation: ✅ Known issue matched with the provided build.
Validation performed at: 4/16/2024 11:07:05 AM UTC

Report

Build Definition Test Pull Request
745864 dotnet/runtime System.Net.Quic.Tests.MsQuicTests.WriteTests #104680
743164 dotnet/runtime System.Net.Quic.Tests.QuicStreamTests.WriteAsync_LocalAbort_Throws #101624
742676 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution #104856
742110 dotnet/runtime System.Net.Http.Functional.Tests.SocksProxyTest_Http2.TestLoopbackAsync
741273 dotnet/runtime System.Net.Quic.Tests.QuicStreamTests.WriteAsync_LocalAbort_Throws #101624
740929 dotnet/runtime System.Net.Quic.Tests.QuicStreamConformanceTests.ReadWrite_Success #101624
739937 dotnet/runtime System.Net.Http.Functional.Tests.SocketsHttpHandlerTest_AutoRedirect.GetAsync_AllowAutoRedirectTrue_RetainsOriginalFragmentIfAppropriate
738918 dotnet/runtime System.Net.Quic.Tests.QuicStreamTests.WriteAsync_LocalAbort_Throws #101624
737434 dotnet/runtime System.Net.Quic.Tests.QuicStreamTests.WriteAsync_LocalAbort_Throws #101624
736217 dotnet/runtime System.Net.Quic.Tests.MsQuicTests.WriteTests #104684
735197 dotnet/runtime System.Net.Http.Functional.Tests.SocketsHttpHandler_HttpClientHandler_Http11_Cancellation_Test.GetAsync_CancelDuringResponseHeadersReceived_TaskCanceledQuickly
734813 dotnet/runtime System.Net.Http.Functional.Tests.HttpClientHandlerTest_Http3.ServerClosesOutboundControlStream_ClientClosesConnection #104630
713739 dotnet/runtime System.Net.Quic.Tests.QuicStreamConformanceTests.ReadWrite_MessagesSmallerThanReadBuffer_Success #103646

Summary

24-Hour Hit Count 7-Day Hit Count 1-Month Count
0 7 13
@steveharter steveharter added area-System.Net.Http blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' Known Build Error Use this to report build issues in the .NET Helix tab labels Sep 7, 2023
@ghost ghost added the untriaged New issue has not been triaged by the area owner label Sep 7, 2023
@ghost
Copy link

ghost commented Sep 7, 2023

Tagging subscribers to this area: @dotnet/ncl
See info in area-owners.md if you want to be subscribed.

Issue Details

Build Information

Build: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=398498
Build error leg or test failing: System.Net.Http.Functional.Tests.SocketsHttpHandler_HttpClientHandler_MaxResponseHeadersLength_Http3.LargeSingleHeader_ThrowsException
Pull request: #91290

Error Message

  Starting:    System.Net.Http.Functional.Tests (parallel test collections = on, max threads = 2)
    System.Net.Http.Functional.Tests.SocketsHttpHandler_HttpClientEKUTest.HttpClient_ClientEKUServerAuth_Fails [SKIP]
      Condition(s) not met: "CanTestCertificates"
    System.Net.Http.Functional.Tests.SocketsHttpHandler_HttpClientEKUTest.HttpClient_NoEKUServerAuth_Ok [SKIP]
      Condition(s) not met: "CanTestCertificates"
    System.Net.Http.Functional.Tests.SocketsHttpHandler_HttpClientEKUTest.HttpClient_NoEKUClientAuth_Ok [SKIP]
      Condition(s) not met: "CanTestCertificates"
    System.Net.Http.Functional.Tests.SocketsHttpHandler_HttpClientEKUTest.HttpClient_ServerEKUClientAuth_Fails [SKIP]
      Condition(s) not met: "CanTestCertificates"
    System.Net.Http.Functional.Tests.SocketsHttpHandler_HttpClient_SelectedSites_Test.RetrieveSite_Succeeds [SKIP]
      Condition(s) not met: "IsSelectedSitesTestEnabled"
    System.Net.Http.Functional.Tests.SocketsHttpHandler_HttpClient_SelectedSites_Test.RetrieveSite_Debug_Helper [SKIP]
      Condition(s) not met: "IsSelectedSitesTestEnabled"
    System.Net.Http.Functional.Tests.SyncHttpHandler_HttpClientHandler_Authentication_Test.Credentials_ServerUsesWindowsAuthentication_Success [SKIP]
      Condition(s) not met: "IsWindowsServerAvailable"
    System.Net.Http.Functional.Tests.SocketsHttpHandler_HttpClientHandler_MaxResponseHeadersLength_Http3.LargeSingleHeader_ThrowsException(maxResponseHeadersLength: 1) [FAIL]
      System.AggregateException : One or more errors occurred. (Assert.Contains() Failure
      Not found: 1024
      In value:  System.Net.Http.HttpRequestException: An error occurred while sending the request.
                  ---> System.Net.Quic.QuicException: The connection timed out from inactivity.
                    at System.Net.Quic.ResettableValueTaskSource.TryComplete(Exception exception, Boolean final) in /_/src/libraries/System.Net.Quic/src/System/Net/Quic/Internal/ResettableValueTaskSource.cs:line 169
                    at System.Net.Quic.ResettableValueTaskSource.TrySetException(Exception exception, Boolean final) in /_/src/libraries/System.Net.Quic/src/System/Net/Quic/Internal/ResettableValueTaskSource.cs:line 233
                    at System.Net.Quic.QuicStream.HandleEventShutdownComplete(_SHUTDOWN_COMPLETE_e__Struct& data) in /_/src/libraries/System.Net.Quic/src/System/Net/Quic/QuicStream.cs:line 589
                    at System.Net.Quic.QuicStream.HandleStreamEvent(QUIC_STREAM_EVENT& streamEvent) in /_/src/libraries/System.Net.Quic/src/System/Net/Quic/QuicStream.cs:line 611
                    at System.Net.Quic.QuicStream.NativeCallback(QUIC_HANDLE* connection, Void* context, QUIC_STREAM_EVENT* streamEvent) in /_/src/libraries/System.Net.Quic/src/System/Net/Quic/QuicStream.cs:line 640
                 --- End of stack trace from previous location ---
                    at System.Net.Quic.ResettableValueTaskSource.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token) in /_/src/libraries/System.Net.Quic/src/System/Net/Quic/Internal/ResettableValueTaskSource.cs:line 247
                    at System.Net.Quic.QuicStream.ReadAsync(Memory`1 buffer, CancellationToken cancellationToken) in /_/src/libraries/System.Net.Quic/src/System/Net/Quic/QuicStream.cs:line 305
                    at System.Net.Http.Http3RequestStream.ReadFrameEnvelopeAsync(CancellationToken cancellationToken) in /_/src/libraries/System.Net.Http/src/System/Net/Http/SocketsHttpHandler/Http3RequestStream.cs:line 815
                    at System.Net.Http.Http3RequestStream.ReadResponseAsync(CancellationToken cancellationToken) in /_/src/libraries/System.Net.Http/src/System/Net/Http/SocketsHttpHandler/Http3RequestStream.cs:line 339
                    at System.Net.Http.Http3RequestStream.SendAsync(CancellationToken cancellationToken) in /_/src/libraries/System.Net.Http/src/System/Net/Http/SocketsHttpHandler/Http3RequestStream.cs:line 206
                    --- End of inner exception stack trace ---
                    at System.Net.Http.Http3RequestStream.SendAsync(CancellationToken cancellationToken) in /_/src/libraries/System.Net.Http/src/System/Net/Http/SocketsHttpHandler/Http3RequestStream.cs:line 310
                    at System.Net.Http.Http3RequestStream.SendAsync(CancellationToken cancellationToken) in /_/src/libraries/System.Net.Http/src/System/Net/Http/SocketsHttpHandler/Http3RequestStream.cs:line 324
                    at System.Net.Http.Http3Connection.SendAsync(HttpRequestMessage request, Int64 queueStartingTimestamp, CancellationToken cancellationToken) in /_/src/libraries/System.Net.Http/src/System/Net/Http/SocketsHttpHandler/Http3Connection.cs:line 234
                    at System.Net.Http.Http3Connection.SendAsync(HttpRequestMessage request, Int64 queueStartingTimestamp, CancellationToken cancellationToken) in /_/src/libraries/System.Net.Http/src/System/Net/Http/SocketsHttpHandler/Http3Connection.cs:line 248
                    at System.Net.Http.HttpConnectionPool.TrySendUsingHttp3Async(HttpRequestMessage request, CancellationToken cancellationToken) in /_/src/libraries/System.Net.Http/src/System/Net/Http/SocketsHttpHandler/HttpConnectionPool.cs:line 999
                    at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken) in /_/src/libraries/System.Net.Http/src/System/Net/Http/SocketsHttpHandler/HttpConnectionPool.cs:line 1053
                    at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) in /_/src/libraries/System.Net.Http/src/System/Net/Http/SocketsHttpHandler/RedirectHandler.cs:line 30
                    at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken) in /_/src/libraries/System.Net.Http/src/System/Net/Http/HttpClient.cs:line 530
                    at Xunit.Assert.RecordExceptionAsync(Func`1 testCode) in /_/src/Microsoft.DotNet.XUnitAssert/src/Record.cs:line 113) (The connection timed out from inactivity.)
{
  "ErrorMessage": "System.Net.Quic.QuicException: The connection timed out from inactivity.",
  "ErrorPattern": "",
  "BuildRetry": false,
  "ExcludeConsoleLog": false
}
Author: steveharter
Assignees: -
Labels:

area-System.Net.Http, blocking-clean-ci, Known Build Error

Milestone: -

@liveans
Copy link
Member

liveans commented Sep 7, 2023

This test was activated for the #74896 issue. The failures are different but they're coming from the same test, I'm investigating that.

@liveans liveans self-assigned this Sep 7, 2023
@liveans liveans removed the untriaged New issue has not been triaged by the area owner label Sep 7, 2023
@karelz karelz added this to the 9.0.0 milestone Sep 8, 2023
karelz pushed a commit that referenced this issue Sep 12, 2023
Disabling HTTP/3 test `LargeSingleHeader_ThrowsException` against #74896 because it's happening quite often until we're back to investigate it.

Related to #91757
@liveans liveans added the disabled-test The test is disabled in source code against the issue label Sep 12, 2023
@karelz karelz added the test-run-core Test failures in .NET Core test runs label Sep 21, 2023
@lewing
Copy link
Member

lewing commented Nov 4, 2023

This is causing a lot of failures, is there a timeline for a fix?

@liveans
Copy link
Member

liveans commented Nov 5, 2023

Looks like recent failures are coming from different tests and from Alpine.315.Arm32.Open mostly.

cc: @ManickaP

@ManickaP
Copy link
Member

ManickaP commented Nov 6, 2023

The newly reported errors do have the same error message, but that are coming from System.Net.Quic tests, not HTTP/3. So could you file it separately, as this has nothing to do with that particular disabled test.

@ManickaP
Copy link
Member

ManickaP commented Nov 8, 2023

I've separated the disabled test into a new issue and I'm keeping this for the QUIC timeout

@ghost
Copy link

ghost commented Nov 8, 2023

Tagging subscribers to this area: @dotnet/ncl
See info in area-owners.md if you want to be subscribed.

Issue Details

Multiple System.Net.Quic.QuicException : The connection timed out from inactivity. in System.Net.Quic tests on "smaller" platforms, e.g. Alpine3.15 arm 32

Error message example from console.log:

Error Message

 System.Net.Quic.QuicException : The connection timed out from inactivity.
      Stack Trace:
        /_/src/libraries/System.Net.Quic/src/System/Net/Quic/QuicConnection.cs(547,0): at System.Net.Quic.QuicConnection.HandleConnectionEvent(QUIC_CONNECTION_EVENT& connectionEvent)
        /_/src/libraries/System.Net.Quic/src/System/Net/Quic/QuicConnection.cs(581,0): at System.Net.Quic.QuicConnection.NativeCallback(QUIC_HANDLE* connection, Void* context, QUIC_CONNECTION_EVENT* connectionEvent)
        --- End of stack trace from previous location ---
        /_/src/libraries/System.Net.Quic/src/System/Net/Quic/Internal/ValueTaskSource.cs(176,0): at System.Net.Quic.ValueTaskSource.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token)
        /_/src/libraries/System.Net.Quic/src/System/Net/Quic/QuicConnection.cs(324,0): at System.Net.Quic.QuicConnection.FinishConnectAsync(QuicClientConnectionOptions options, CancellationToken cancellationToken)
        /_/src/libraries/System.Net.Quic/src/System/Net/Quic/QuicConnection.cs(72,0): at System.Net.Quic.QuicConnection.<ConnectAsync>g__StartConnectAsync|2_0(QuicClientConnectionOptions options, CancellationToken cancellationToken)
        /_/src/libraries/System.Net.Quic/src/System/Net/Quic/QuicConnection.cs(77,0): at System.Net.Quic.QuicConnection.<ConnectAsync>g__StartConnectAsync|2_0(QuicClientConnectionOptions options, CancellationToken cancellationToken)
        /_/src/libraries/System.Net.Quic/tests/FunctionalTests/QuicTestBase.cs(214,0): at System.Net.Quic.Tests.QuicTestBase.CreateConnectedQuicConnection(QuicClientConnectionOptions clientOptions, QuicListener listener)
        /_/src/libraries/System.Net.Quic/tests/FunctionalTests/QuicTestBase.cs(245,0): at System.Net.Quic.Tests.QuicTestBase.CreateConnectedQuicConnection(QuicClientConnectionOptions clientOptions, QuicListener listener)
        /_/src/libraries/System.Net.Quic/tests/FunctionalTests/QuicConnectionTests.cs(315,0): at System.Net.Quic.Tests.QuicConnectionTests.AcceptStreamAsync_ConnectionDisposed_Throws()
{
  "ErrorMessage": "System.Net.Quic.QuicException: The connection timed out from inactivity.",
  "ErrorPattern": "",
  "BuildRetry": false,
  "ExcludeConsoleLog": false
}

Known issue validation

Build: 🔎 https://dev.azure.com/dnceng-public/public/_build/results?buildId=398498
Error message validated: System.Net.Quic.QuicException: The connection timed out from inactivity.
Result validation: ✅ Known issue matched with the provided build.
Validation performed at: 9/7/2023 8:21:44 PM UTC

Report

Build Definition Test Pull Request
462927 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution #94503
462918 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution #94396
462899 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution #90970
462874 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution #94501
462830 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution #94193
462795 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution #94470
462717 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution #94497
462563 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution #88620
462544 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution #94387
462519 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution #93517
462490 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution #92709
462461 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution
462448 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution #94285
462443 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution #94104
462407 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution #93823
462402 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution #94485
462324 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution #93901
462256 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution #94219
462253 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution #90436
462229 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution #94454
462219 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution #94239
462187 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution #94285
462161 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution #94363
462138 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution #93220
462104 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution #94470
462056 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution
462013 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution #90527
462016 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution #94239
461980 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution #94462
461937 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution #94292
461905 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution #94453
461839 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution #94454
461761 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution #93220
461751 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution #94453
461739 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution #90436
461709 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution #94450
461706 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution
461699 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution #94449
461624 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution #94363
461607 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution #93535
461412 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution #94239
461482 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution #94292
461457 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution #94396
461449 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution #94441
461304 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution #94123
461262 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution #94432
461243 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution
461144 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution #94309
461102 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution #94123
461058 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution #93223
461064 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution #94413
461025 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution #94418
460991 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution #93220
460851 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution #94382
460793 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution #94409
460934 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution #90436
460876 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution #94292
460786 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution #93220
460656 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution #94405
460645 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution #94404
460639 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution #94396
460583 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution #93220
460577 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution #94402
459087 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution #94328
460511 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution #93220
460504 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution
460494 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution #92994
460487 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution #94287
460484 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution #94342
460480 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution #94396
460433 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution #94340
460425 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution #94347
459399 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution #94343
460397 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution #94387
460391 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution
460384 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution #94387
460367 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution #93879
460328 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution #94382
460307 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution #94292
460109 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution #94347
460206 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution
460171 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution #93907
460132 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution
459570 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution #94350
460043 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution #94368
460017 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution #94292
459947 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution #94347
459918 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution #94361
459485 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution #94347
459904 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution
459871 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution #94361
459840 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution #94123
459837 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution #94361
459812 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution #94159
459782 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution #94363
459777 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution #94123
459766 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution #94361
459752 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution #94239
459697 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution #94353
459710 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution #94359
Displaying 100 of 349 results

Summary

24-Hour Hit Count 7-Day Hit Count 1-Month Count
38 166 349
Author: steveharter
Assignees: liveans
Labels:

disabled-test, test-run-core, blocking-clean-ci, area-System.Net.Quic, Known Build Error

Milestone: 9.0.0

@ManickaP ManickaP removed the disabled-test The test is disabled in source code against the issue label Nov 8, 2023
@karelz
Copy link
Member

karelz commented Nov 28, 2023

This specific issue had a lot of hits in last month. Perhaps it was just stale data showing there.

@MihaZupan
Copy link
Member

MihaZupan commented Apr 16, 2024

This was tracking the same pattern as #94507 and #97259 with the only differences being
QuicException: The vs QuicException : The vs the trailing dot at the end.
I've updated the pattern here to match all of them.

@CarnaViire
Copy link
Member

CarnaViire commented May 31, 2024

Tracking external issue is microsoft/msquic#3958

MsQuic's ARM32 issue should be fixed in v2.4 release (which is not out yet)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
arch-arm32 area-System.Net.Quic blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' Known Build Error Use this to report build issues in the .NET Helix tab test-run-core Test failures in .NET Core test runs tracking-external-issue The issue is caused by external problem (e.g. OS) - nothing we can do to fix it directly
Projects
None yet
Development

Successfully merging a pull request may close this issue.

10 participants