aspnetcore/test/Common.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
..
AppHostConfig
Inprocess Use TestApplication (#1118) 2018-07-31 19:32:48 -07:00
OutOfProcess Use TestApplication (#1118) 2018-07-31 19:32:48 -07:00
Utilities Reduce probability of startup port collisions (#1136) 2018-08-06 14:41:11 -07:00
AppOfflineTests.cs Wait between requests while checking app_offline (#1144) 2018-08-02 15:03:50 -07:00
CommonStartupTests.cs Aquire exclusive lock when creating application info (#1142) 2018-08-02 13:17:17 -07:00
PublishedSitesFixture.cs Use TestApplication (#1118) 2018-07-31 19:32:48 -07:00
SkipVSTSAttribute.cs Skip VSTS attribute (#1115) 2018-07-30 08:27:06 -07:00