aspnetcore/test/Microsoft.AspNetCore.Server...
Stephen Halter 304016fc3b Close UvAsyncHandle properly to avoid zombie threads
- Even when safe handles are disposed explicitly, ReleaseHandle is sometimes
  called on another thread which breaks uv_close.
- Ensure we close the UvAsyncHandle the uv loop so that the second call
  to uv_run always completes without a timeout/Thread.Abort.
- Re-enable some tests. Add skip conditions for those that aren't passing.
2016-02-17 16:05:32 -08:00
..
TestHelpers
TestResources
AsciiDecoder.cs
ChunkWriterTests.cs
ChunkedResponseTests.cs
ConnectionFilterTests.cs Pass ServerInformation as property of ServiceContext 2016-02-13 05:51:54 +00:00
CreateIPEndpointTests.cs
DateHeaderValueManagerTests.cs
DummyApplication.cs
EngineTests.cs Pass ServerInformation as property of ServiceContext 2016-02-13 05:51:54 +00:00
FrameFacts.cs
FrameRequestHeadersTests.cs
FrameResponseHeadersTests.cs Pass ServerInformation as property of ServiceContext 2016-02-13 05:51:54 +00:00
FrameTests.cs
HttpsConnectionFilterTests.cs Pass ServerInformation as property of ServiceContext 2016-02-13 05:51:54 +00:00
KestrelServerInformationTests.cs Pass ServerInformation as property of ServiceContext 2016-02-13 05:51:54 +00:00
KestrelServerTests.cs
LifetimeNotImplemented.cs
MemoryPoolBlock2Tests.cs
MemoryPoolExtensions.cs
MemoryPoolIterator2Tests.cs
MessageBodyTests.cs
Microsoft.AspNetCore.Server.KestrelTests.xproj
MultipleLoopTests.cs Close UvAsyncHandle properly to avoid zombie threads 2016-02-17 16:05:32 -08:00
NetworkingTests.cs Close UvAsyncHandle properly to avoid zombie threads 2016-02-17 16:05:32 -08:00
PathNormalizerTests.cs
ServerAddressFacts.cs
SocketInputTests.cs
SocketOutputTests.cs
StreamSocketOutputTests.cs
TestConnection.cs
TestDateHeaderValueManager.cs
TestInput.cs
TestLogger.cs
TestServer.cs
TestServiceContext.cs Close connections as quickly and gracefully as possible on shutdown 2016-02-17 16:05:23 -08:00
UrlPathDecoder.cs
project.json Enable tests to run using dotnet xunit runner 2016-02-09 23:48:09 -08:00