Skip to content
This repository was archived by the owner on Dec 18, 2018. It is now read-only.
This repository was archived by the owner on Dec 18, 2018. It is now read-only.

Flaky Test: ResponseTests.ConnectionNotClosedWhenClientSatisfiesMinimumDataRateGivenLargeResponseHeaders() #2595

@mikeharder

Description

@mikeharder

Failure

Moq.MockException : 
Expected invocation on the mock once, but was 0 times: t => t.ConnectionStop(It.IsAny<String>())
No setups configured.

Performed invocations:
ILogger.IsEnabled(Critical)
IKestrelTrace.ConnectionStart("0HLDUN0NALRJK")
IKestrelTrace.ConnectionKeepAlive("0HLDUN0NALRJK")
IKestrelTrace.ConnectionKeepAlive("0HLDUN0NALRJK")
IKestrelTrace.ConnectionKeepAlive("0HLDUN0NALRJK")
IKestrelTrace.ConnectionDisconnect("0HLDUN0NALRJK")
   at Moq.Mock.ThrowVerifyException(MethodCall expected, IEnumerable`1 setups, IEnumerable`1 actualCalls, Expression expression, Times times, Int32 callCount)
   at Moq.Mock.VerifyCalls(Interceptor targetInterceptor, MethodCall expected, Expression expression, Times times)
   at Moq.Mock.Verify[T](Mock`1 mock, Expression`1 expression, Times times, String failMessage)
   at Microsoft.AspNetCore.Server.Kestrel.FunctionalTests.ResponseTests.ConnectionNotClosedWhenClientSatisfiesMinimumDataRateGivenLargeResponseHeaders() in /_/test/Kestrel.FunctionalTests/ResponseTests.cs:line 3218
--- End of stack trace from previous location where exception was thrown ---

http://aspnetci/viewLog.html?buildId=471974&tab=buildResultsDiv&buildTypeId=Lite_KestrelStressTest

History

http://aspnetci/project.html?projectId=XPlat&buildTypeId=&tab=testDetails&testNameId=5530107858173470981&order=TEST_STATUS_DESC&branch_XPlat=__all_branches__&itemsCount=50

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions