aspnetcore/test/IISExpress.FunctionalTests
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
..
InProcess Use TestApplication (#1118) 2018-07-31 19:32:48 -07:00
OutOfProcess Reduce probability of startup port collisions (#1136) 2018-08-06 14:41:11 -07:00
Properties Skip win7 tests (#1096) 2018-07-25 15:26:01 -07:00
DeployerSelector.cs
IISExpress.FunctionalTests.csproj Ship shim with integration testing (#1129) 2018-08-01 15:40:45 -07:00
RequiresIISAttribute.cs
UpgradeFeatureDetectionTests.cs Use TestApplication (#1118) 2018-07-31 19:32:48 -07:00