-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Closed
Labels
area-networkingIncludes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractionsIncludes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractionstest-failure
Milestone
Description
Failing Test(s)
- Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.Tests.QuicConnectionContextTests.StreamPool_Heartbeat_ExpiredStreamRemoved
Error Message
Assert.Equal() Failure
Expected: 1
Actual: 0
Stacktrace
| Xunit.Sdk.EqualException: Assert.Equal() Failure
| Expected: 1
| Actual: 0
| at Xunit.Assert.Equal[T](T expected, T actual, IEqualityComparer`1 comparer) in C:\Dev\xunit\xunit\src\xunit.assert\Asserts\EqualityAsserts.cs:line 40
| at Xunit.Assert.Equal[T](T expected, T actual) in C:\Dev\xunit\xunit\src\xunit.assert\Asserts\EqualityAsserts.cs:line 24
| at Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.Tests.QuicConnectionContextTests.StreamPool_Heartbeat_ExpiredStreamRemoved() in /_/src/Servers/Kestrel/Transport.Quic/test/QuicConnectionContextTests.cs:line 490
| at Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.Tests.QuicConnectionContextTests.StreamPool_Heartbeat_ExpiredStreamRemoved() in /_/src/Servers/Kestrel/Transport.Quic/test/QuicConnectionContextTests.cs:line 507
| at Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.Tests.QuicConnectionContextTests.StreamPool_Heartbeat_ExpiredStreamRemoved() in /_/src/Servers/Kestrel/Transport.Quic/test/QuicConnectionContextTests.cs:line 507
| at Xunit.Sdk.TestInvoker`1.<>c__DisplayClass48_1.<<InvokeTestMethodAsync>b__1>d.MoveNext() in C:\Dev\xunit\xunit\src\xunit.execution\Sdk\Frameworks\Runners\TestInvoker.cs:line 264
| --- End of stack trace from previous location ---
| at Xunit.Sdk.ExecutionTimer.AggregateAsync(Func`1 asyncAction) in C:\Dev\xunit\xunit\src\xunit.execution\Sdk\Frameworks\ExecutionTimer.cs:line 48
| at Xunit.Sdk.ExceptionAggregator.RunAsync(Func`1 code) in C:\Dev\xunit\xunit\src\xunit.core\Sdk\ExceptionAggregator.cs:line 96
| [1.219s] TestLifetime Information: Finished test StreamPool_Heartbeat_ExpiredStreamRemoved in 1.2182106s
Logs
[xUnit.net 00:00:05.44] Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.Tests.QuicConnectionContextTests.StreamPool_Heartbeat_ExpiredStreamRemoved [FAIL]
[xUnit.net 00:00:05.44] Assert.Equal() Failure
[xUnit.net 00:00:05.44] Expected: 1
[xUnit.net 00:00:05.44] Actual: 0
[xUnit.net 00:00:05.44] Stack Trace:
[xUnit.net 00:00:05.45] /_/src/Servers/Kestrel/Transport.Quic/test/QuicConnectionContextTests.cs(490,0): at Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.Tests.QuicConnectionContextTests.StreamPool_Heartbeat_ExpiredStreamRemoved()
[xUnit.net 00:00:05.45] /_/src/Servers/Kestrel/Transport.Quic/test/QuicConnectionContextTests.cs(507,0): at Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.Tests.QuicConnectionContextTests.StreamPool_Heartbeat_ExpiredStreamRemoved()
[xUnit.net 00:00:05.45] /_/src/Servers/Kestrel/Transport.Quic/test/QuicConnectionContextTests.cs(507,0): at Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.Tests.QuicConnectionContextTests.StreamPool_Heartbeat_ExpiredStreamRemoved()
[xUnit.net 00:00:05.45] --- End of stack trace from previous location ---
[xUnit.net 00:00:05.45] Output:
[xUnit.net 00:00:05.45] | [0.001s] TestLifetime Information: Starting test StreamPool_Heartbeat_ExpiredStreamRemoved at 2021-10-26T22:17:14
[xUnit.net 00:00:05.45] | [0.023s] Microsoft.AspNetCore.Server.Kestrel.Transport.Quic Debug: Connection id "0HMCOPPDQPBUI" accepted.
[xUnit.net 00:00:05.45] | [1.164s] Microsoft.AspNetCore.Server.Kestrel.Transport.Quic Debug: Stream id "0HMCOPPDQPBUI:00000000" type Bidirectional accepted.
[xUnit.net 00:00:05.45] | [1.164s] Microsoft.AspNetCore.Server.Kestrel.Transport.Quic Debug: Stream id "0HMCOPPDQPBUI:00000000" shutting down writes because: "The QUIC transport's send loop completed gracefully.".
[xUnit.net 00:00:05.45] | [1.197s] Microsoft.AspNetCore.Server.Kestrel.Transport.Quic Debug: Stream id "0HMCOPPDQPBUI:00000004" type Bidirectional accepted.
[xUnit.net 00:00:05.45] | [1.206s] Microsoft.AspNetCore.Server.Kestrel.Transport.Quic Debug: Stream id "0HMCOPPDQPBUI:00000004" write aborted by peer with error code 4294967295.
[xUnit.net 00:00:05.45] | [1.213s] Microsoft.AspNetCore.Server.Kestrel.Transport.Quic Debug: Stream id "0HMCOPPDQPBUI:00000004" shutting down writes because: "Stream aborted by peer (4294967295).".
[xUnit.net 00:00:05.45] | [1.217s] Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.Tests.QuicConnectionContextTests Error: Test threw an exception.
[xUnit.net 00:00:05.45] | Xunit.Sdk.EqualException: Assert.Equal() Failure
[xUnit.net 00:00:05.45] | Expected: 1
[xUnit.net 00:00:05.45] | Actual: 0
[xUnit.net 00:00:05.45] | at Xunit.Assert.Equal[T](T expected, T actual, IEqualityComparer`1 comparer) in C:\Dev\xunit\xunit\src\xunit.assert\Asserts\EqualityAsserts.cs:line 40
[xUnit.net 00:00:05.45] | at Xunit.Assert.Equal[T](T expected, T actual) in C:\Dev\xunit\xunit\src\xunit.assert\Asserts\EqualityAsserts.cs:line 24
[xUnit.net 00:00:05.45] | at Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.Tests.QuicConnectionContextTests.StreamPool_Heartbeat_ExpiredStreamRemoved() in /_/src/Servers/Kestrel/Transport.Quic/test/QuicConnectionContextTests.cs:line 490
[xUnit.net 00:00:05.45] | at Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.Tests.QuicConnectionContextTests.StreamPool_Heartbeat_ExpiredStreamRemoved() in /_/src/Servers/Kestrel/Transport.Quic/test/QuicConnectionContextTests.cs:line 507
[xUnit.net 00:00:05.45] | at Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.Tests.QuicConnectionContextTests.StreamPool_Heartbeat_ExpiredStreamRemoved() in /_/src/Servers/Kestrel/Transport.Quic/test/QuicConnectionContextTests.cs:line 507
[xUnit.net 00:00:05.45] | at Xunit.Sdk.TestInvoker`1.<>c__DisplayClass48_1.<<InvokeTestMethodAsync>b__1>d.MoveNext() in C:\Dev\xunit\xunit\src\xunit.execution\Sdk\Frameworks\Runners\TestInvoker.cs:line 264
[xUnit.net 00:00:05.45] | --- End of stack trace from previous location ---
[xUnit.net 00:00:05.45] | at Xunit.Sdk.ExecutionTimer.AggregateAsync(Func`1 asyncAction) in C:\Dev\xunit\xunit\src\xunit.execution\Sdk\Frameworks\ExecutionTimer.cs:line 48
[xUnit.net 00:00:05.45] | at Xunit.Sdk.ExceptionAggregator.RunAsync(Func`1 code) in C:\Dev\xunit\xunit\src\xunit.core\Sdk\ExceptionAggregator.cs:line 96
[xUnit.net 00:00:05.46] | [1.219s] TestLifetime Information: Finished test StreamPool_Heartbeat_ExpiredStreamRemoved in 1.2182106s
Passed Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.Tests.QuicConnectionContextTests.AcceptAsync_ClientClosesConnection_ExceptionThrown [54 ms]
Failed Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.Tests.QuicConnectionContextTests.StreamPool_Heartbeat_ExpiredStreamRemoved [1 s]
Error Message:
Assert.Equal() Failure
Expected: 1
Actual: 0
Stack Trace:
at Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.Tests.QuicConnectionContextTests.StreamPool_Heartbeat_ExpiredStreamRemoved() in /_/src/Servers/Kestrel/Transport.Quic/test/QuicConnectionContextTests.cs:line 490
at Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.Tests.QuicConnectionContextTests.StreamPool_Heartbeat_ExpiredStreamRemoved() in /_/src/Servers/Kestrel/Transport.Quic/test/QuicConnectionContextTests.cs:line 507
at Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.Tests.QuicConnectionContextTests.StreamPool_Heartbeat_ExpiredStreamRemoved() in /_/src/Servers/Kestrel/Transport.Quic/test/QuicConnectionContextTests.cs:line 507
--- End of stack trace from previous location ---
Standard Output Messages:
| [0.001s] TestLifetime Information: Starting test StreamPool_Heartbeat_ExpiredStreamRemoved at 2021-10-26T22:17:14
| [0.023s] Microsoft.AspNetCore.Server.Kestrel.Transport.Quic Debug: Connection id "0HMCOPPDQPBUI" accepted.
| [1.164s] Microsoft.AspNetCore.Server.Kestrel.Transport.Quic Debug: Stream id "0HMCOPPDQPBUI:00000000" type Bidirectional accepted.
| [1.164s] Microsoft.AspNetCore.Server.Kestrel.Transport.Quic Debug: Stream id "0HMCOPPDQPBUI:00000000" shutting down writes because: "The QUIC transport's send loop completed gracefully.".
| [1.197s] Microsoft.AspNetCore.Server.Kestrel.Transport.Quic Debug: Stream id "0HMCOPPDQPBUI:00000004" type Bidirectional accepted.
| [1.206s] Microsoft.AspNetCore.Server.Kestrel.Transport.Quic Debug: Stream id "0HMCOPPDQPBUI:00000004" write aborted by peer with error code 4294967295.
| [1.213s] Microsoft.AspNetCore.Server.Kestrel.Transport.Quic Debug: Stream id "0HMCOPPDQPBUI:00000004" shutting down writes because: "Stream aborted by peer (4294967295).".
| [1.217s] Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.Tests.QuicConnectionContextTests Error: Test threw an exception.
| Xunit.Sdk.EqualException: Assert.Equal() Failure
| Expected: 1
| Actual: 0
| at Xunit.Assert.Equal[T](T expected, T actual, IEqualityComparer`1 comparer) in C:\Dev\xunit\xunit\src\xunit.assert\Asserts\EqualityAsserts.cs:line 40
| at Xunit.Assert.Equal[T](T expected, T actual) in C:\Dev\xunit\xunit\src\xunit.assert\Asserts\EqualityAsserts.cs:line 24
| at Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.Tests.QuicConnectionContextTests.StreamPool_Heartbeat_ExpiredStreamRemoved() in /_/src/Servers/Kestrel/Transport.Quic/test/QuicConnectionContextTests.cs:line 490
| at Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.Tests.QuicConnectionContextTests.StreamPool_Heartbeat_ExpiredStreamRemoved() in /_/src/Servers/Kestrel/Transport.Quic/test/QuicConnectionContextTests.cs:line 507
| at Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.Tests.QuicConnectionContextTests.StreamPool_Heartbeat_ExpiredStreamRemoved() in /_/src/Servers/Kestrel/Transport.Quic/test/QuicConnectionContextTests.cs:line 507
| at Xunit.Sdk.TestInvoker`1.<>c__DisplayClass48_1.<<InvokeTestMethodAsync>b__1>d.MoveNext() in C:\Dev\xunit\xunit\src\xunit.execution\Sdk\Frameworks\Runners\TestInvoker.cs:line 264
| --- End of stack trace from previous location ---
| at Xunit.Sdk.ExecutionTimer.AggregateAsync(Func`1 asyncAction) in C:\Dev\xunit\xunit\src\xunit.execution\Sdk\Frameworks\ExecutionTimer.cs:line 48
| at Xunit.Sdk.ExceptionAggregator.RunAsync(Func`1 code) in C:\Dev\xunit\xunit\src\xunit.core\Sdk\ExceptionAggregator.cs:line 96
| [1.219s] TestLifetime Information: Finished test StreamPool_Heartbeat_ExpiredStreamRemoved in 1.2182106s
Build
Metadata
Metadata
Assignees
Labels
area-networkingIncludes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractionsIncludes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractionstest-failure