-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[QUIC] Test failures #49157
Comments
Tagging subscribers to this area: @dotnet/ncl Issue DetailsAggregate issue to track test failures
|
Triage: most of the conformance tests is working now. We should split out what's left into separate issues and clos this mega one. |
Aggregate issue to track test failures
System.Net.Quic.Tests.QuicConnectionTests_MsQuicProvider.TestConnectSystem.Net.Quic.QuicException : Cannot start Listener multiple times
(flaky) System.Net.Quic.Tests.QuicStreamTests_MsQuicProvider.BasicTestSystem.Net.Quic.QuicException : Could not complete receive call. Error Code: INVALID_STATE
(flaky) System.Net.Quic.Tests.QuicStreamTests_MsQuicProvider.MultipleReadsAndWritesSystem.Net.Quic.QuicException : Could not complete receive call. Error Code: INVALID_STATE
Moved to [QUIC] Byte mixing and/or native access violation failures #52047
System.Net.Quic.Tests.MsQuicTests.WriteTestsUnhandled exception at 0x00007FFE0A90237C (msquic.dll) in dotnet.exe.20252.dmp: 0xC0000005: Access violation reading location 0xFFFFFFFFFFFFFFFF.
Moved to [QUIC] Byte mixing and/or native access violation failures #52047
(flaky) System.Net.Quic.Tests.QuicStreamTests_MsQuicProvider.LargeDataSentAndReceivedSystem.AggregateException : One or more errors occurred. (One or more errors occurred. (Stream aborted by peer (0).)) (One or more errors occurred. (Assert.True() Failure Expected: True Actual: False))
Moved to [QUIC] Byte mixing and/or native access violation failures #52047
(flaky) System.Net.Quic.Tests.QuicStreamTests_MsQuicProvider.ReadWrite_Random_SuccessAssert.Equal() Failure Expected: Byte[] [46, 120, 207, 200, 124, ...] Actual: Byte[] [46, 120, 207, 200, 124, ...]
(flaky) System.Net.Quic.Tests.QuicConnectionTests_MsQuicProvider.AcceptStream_ConnectionAborted_ByClient_Throws
Assert.Throws() Failure Expected: typeof(System.Net.Quic.QuicConnectionAbortedException) Actual: typeof(System.Net.Quic.QuicOperationAbortedException): Operation aborted.
this started to fail after updating msquic from microsoft/msquic@cc104e8 to microsoft/msquic@8e21db7
System.Net.Quic.Tests.MsQuicTests.CloseAsync_ByServer_AcceptThrows
System.Net.Quic.QuicException : Connection has been shutdown by transport. Error Code: USER_CANCELED
new after updating msquic to microsoft/msquic@7b31e14 in Update msquic revision in docs after certificate work. #51230
System.Net.Quic.Tests.MsQuicQuicStreamConformanceTests
[Long Running Test] System.Net.Quic.QuicOperationAbortedException : Operation aborted.
Failed Conformance Tests -- Known:
Failed Conformance Tests -- New:
The text was updated successfully, but these errors were encountered: