aspnetcore/test
Stephen Halter e4ba1d01ce Ensure that KeepAliveTimeoutTests do not run with sync context (#1718)
- With Task.Delay(1).ConfigureAwait(false) there's a race where
  Task.IsCompleted could already be true by the time it's evaluated.
2017-04-18 17:20:59 -07:00
..
Microsoft.AspNetCore.Server.Kestrel.Core.Tests Expose a UseTransportThread property on KestrelServerOptions (#1695) 2017-04-17 12:58:28 -07:00
Microsoft.AspNetCore.Server.Kestrel.FunctionalTests Ensure that KeepAliveTimeoutTests do not run with sync context (#1718) 2017-04-18 17:20:59 -07:00
Microsoft.AspNetCore.Server.Kestrel.Performance
Microsoft.AspNetCore.Server.Kestrel.Tests
Microsoft.AspNetCore.Server.Kestrel.Transport.Libuv.Tests
shared Add ConfigureAwait(false) to test helpers (#1699) 2017-04-17 11:33:27 -07:00