-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Description
Aggregate issue to track test failures
-
System.Net.Quic.Tests.QuicConnectionTests_MsQuicProvider.TestConnect
System.Net.Quic.QuicException : Cannot start Listener multiple times -
(flaky) System.Net.Quic.Tests.QuicStreamTests_MsQuicProvider.BasicTest
System.Net.Quic.QuicException : Could not complete receive call. Error Code: INVALID_STATE -
(flaky) System.Net.Quic.Tests.QuicStreamTests_MsQuicProvider.MultipleReadsAndWrites
System.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.WriteTests
Unhandled 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.LargeDataSentAndReceived
System.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_Success
Assert.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:
- Read_Eof_Returns0
- CopyToAsync_AllDataCopied
- CopyToAsync_AllDataCopied_Large
- Dispose_ClosesStream
- Write_DataReadFromDesiredOffset
- Parallel_ReadWriteMultipleStreamsConcurrently
Failed Conformance Tests -- New:
- ReadTimeout_Expires_Throws
- ConcurrentBidirectionalReadsWrites_Success
- ArgumentValidation_ThrowsExpectedException
- ReadWriteAsync_PrecanceledOperations_ThrowsCancellationException
- Read_DataStoredAtDesiredOffset
- ReadAsync_CancelPendingRead_DoesntImpactSubsequentReads
- Disposed_ThrowsObjectDisposedException
- Timeout_Roundtrips
- ZeroByteWrite_OtherDataReceivedSuccessfully
- ReadAsync_ContinuesOnCurrentTaskSchedulerIfDesired
- ZeroByteRead_BlocksUntilDataAvailableOrNops
- ReadAsync_CancelPendingTask_ThrowsCancellationException
- ReadAsync_ContinuesOnCurrentSynchronizationContextIfDesired
- ReadWriteByte_Success
- ReadWrite_Success
- ReadWrite_Success_Large
- Flush_ValidOnWriteableStreamWithNoData_Success
- ReadAsync_CancelPendingValueTask_ThrowsCancellationException
- ReadAsync_DuringReadAsync_ThrowsIfUnsupported
- ReadWrite_CustomMemoryManager_Success
- Flush_ValidOnReadableStream_Success