aspnetcore/test
Mike Harder 60a559719f
Reduce probability of startup port collisions (#1136)
- GetTickCount() is limited to the resolution of the system timer, which is typically 10-16 ms.  If two apps in separate app pools are started within this time window, it's possible GetTickCount() will return the same value, which causes the apps to try the same random port(s).
- Addresses #1124
2018-08-06 14:41:11 -07:00
..
Common.FunctionalTests Reduce probability of startup port collisions (#1136) 2018-08-06 14:41:11 -07:00
Common.Tests Reduce probability of startup port collisions (#1136) 2018-08-06 14:41:11 -07:00
CommonLibTests Revert "Replace "std::experimental::filesystem" with "std::filesystem" (#1153)" 2018-08-03 15:44:35 -07:00
IIS.FunctionalTests Ship shim with integration testing (#1129) 2018-08-01 15:40:45 -07:00
IIS.Tests Ship shim with integration testing (#1129) 2018-08-01 15:40:45 -07:00
IISExpress.FunctionalTests Reduce probability of startup port collisions (#1136) 2018-08-06 14:41:11 -07:00
Microsoft.AspNetCore.Server.IISIntegration.Tests
TestTasks
WebSites Ship shim with integration testing (#1129) 2018-08-01 15:40:45 -07:00
gtest
Directory.Build.props