Skip to content

[HTTP/3] ReservedFrameType_Throws test fails #53090

Closed
microsoft/msquic
#2401
@ManickaP

Description

@ManickaP

System.Net.Http.Functional.Tests.SocketsHttpHandlerTest_Http3_MsQuic.ReservedFrameType_Throws

Intermittently fails with:

Assert.Throws() Failure\nExpected: typeof(System.Net.Quic.QuicConnectionAbortedException)\nActual:   typeof(System.Exception): unable to read request headers; unexpected end of stream.\n---- System.Exception : unable to read request headers; unexpected end of stream.
   at System.Net.Test.Common.Http3LoopbackStream.ReadRequestDataAsync(Boolean readBody) in /home/manicka/Repositories/runtime.2/src/libraries/Common/tests/System/Net/Http/Http3LoopbackStream.cs:line 179
   at System.Net.Test.Common.Http3LoopbackStream.HandleRequestAsync(HttpStatusCode statusCode, IList`1 headers, String content) in /home/manicka/Repositories/runtime.2/src/libraries/Common/tests/System/Net/Http/Http3LoopbackStream.cs:line 48
   at System.Net.Http.Functional.Tests.HttpClientHandlerTest_Http3.<>c__DisplayClass5_1.<<ReservedFrameType_Throws>b__2>d.MoveNext() in /home/manicka/Repositories/runtime.2/src/libraries/System.Net.Http/tests/FunctionalTests/HttpClientHandlerTest.Http3.cs:line 136
--- End of stack trace from previous location ---
----- Inner Stack Trace -----
   at System.Net.Test.Common.Http3LoopbackStream.ReadRequestDataAsync(Boolean readBody) in /home/manicka/Repositories/runtime.2/src/libraries/Common/tests/System/Net/Http/Http3LoopbackStream.cs:line 179
   at System.Net.Test.Common.Http3LoopbackStream.HandleRequestAsync(HttpStatusCode statusCode, IList`1 headers, String content) in /home/manicka/Repositories/runtime.2/src/libraries/Common/tests/System/Net/Http/Http3LoopbackStream.cs:line 48
   at System.Net.Http.Functional.Tests.HttpClientHandlerTest_Http3.<>c__DisplayClass5_1.<<ReservedFrameType_Throws>b__2>d.MoveNext() in /home/manicka/Repositories/runtime.2/src/libraries/System.Net.Http/tests/FunctionalTests/HttpClientHandlerTest.Http3.cs:line 136
--- End of stack trace from previous location ---

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions