aspnetcore/test/Kestrel.InMemory.Functional...
Stephen Halter f2a383dc76
Don't count long tick intervals against rate measurements (#3070)
This might help address #3015

This only affects rate timeouts. Normal fixed timeouts might deserve the same treatment, but that would require some additional locking to ensure we don't modify the sentinel value.
2018-11-02 10:58:30 -07:00
..
Http2 Don't count long tick intervals against rate measurements (#3070) 2018-11-02 10:58:30 -07:00
Properties Add in-memory functional test project (#2780) 2018-08-07 15:34:11 -07:00
TestTransport Improve RequestAborted token handling (#2977) 2018-10-04 16:48:50 -07:00
BadHttpRequestTests.cs Make usage of TestConnection.Receive vs ReceiveEnd consistent (#2896) 2018-09-07 18:09:51 -07:00
CertificateLoaderTests.cs Add in-memory functional test project (#2780) 2018-08-07 15:34:11 -07:00
ChunkedRequestTests.cs Make usage of TestConnection.Receive vs ReceiveEnd consistent (#2896) 2018-09-07 18:09:51 -07:00
ChunkedResponseTests.cs Make usage of TestConnection.Receive vs ReceiveEnd consistent (#2896) 2018-09-07 18:09:51 -07:00
ConnectionAdapterTests.cs typos, inline outs, redundant usings (#2965) 2018-09-28 11:14:59 -07:00
ConnectionLimitTests.cs Improve RequestAborted token handling (#2977) 2018-10-04 16:48:50 -07:00
DefaultHeaderTests.cs Make usage of TestConnection.Receive vs ReceiveEnd consistent (#2896) 2018-09-07 18:09:51 -07:00
EventSourceTests.cs Add in-memory functional test project (#2780) 2018-08-07 15:34:11 -07:00
HttpConnectionManagerTests.cs Add in-memory functional test project (#2780) 2018-08-07 15:34:11 -07:00
HttpProtocolSelectionTests.cs Implement MinResponseDataRate for HTTP/2 (#3003) 2018-10-12 13:15:46 -07:00
HttpsConnectionAdapterTests.cs Add in-memory functional test project (#2780) 2018-08-07 15:34:11 -07:00
HttpsTests.cs Add interop tests with headless chrome 2018-10-25 10:38:41 -07:00
KeepAliveTimeoutTests.cs Initialize Heartbeat in KestrelServer.StartAsync (#2939) 2018-09-17 16:43:30 -07:00
Kestrel.InMemory.FunctionalTests.csproj Improve test logs (#2826) 2018-08-15 18:31:56 -07:00
LoggingConnectionAdapterTests.cs Add interop tests with headless chrome 2018-10-25 10:38:41 -07:00
MaxRequestBodySizeTests.cs Make usage of TestConnection.Receive vs ReceiveEnd consistent (#2896) 2018-09-07 18:09:51 -07:00
MaxRequestLineSizeTests.cs Make usage of TestConnection.Receive vs ReceiveEnd consistent (#2896) 2018-09-07 18:09:51 -07:00
RequestBodyTimeoutTests.cs Don't count long tick intervals against rate measurements (#3070) 2018-11-02 10:58:30 -07:00
RequestHeaderLimitsTests.cs Make usage of TestConnection.Receive vs ReceiveEnd consistent (#2896) 2018-09-07 18:09:51 -07:00
RequestHeadersTimeoutTests.cs Measure the rate of all HTTP/2 output (#3067) 2018-10-31 15:34:17 -07:00
RequestTargetProcessingTests.cs Make usage of TestConnection.Receive vs ReceiveEnd consistent (#2896) 2018-09-07 18:09:51 -07:00
RequestTests.cs Fix test flakiness caused by not reading in a loop (#3023) 2018-10-16 18:15:46 -07:00
ResponseDrainingTests.cs Don't count long tick intervals against rate measurements (#3070) 2018-11-02 10:58:30 -07:00
ResponseTests.cs Add HTTP/2 response draining timeout (#2956) 2018-09-27 17:59:12 -07:00
UpgradeTests.cs Make usage of TestConnection.Receive vs ReceiveEnd consistent (#2896) 2018-09-07 18:09:51 -07:00