Closed jkotalik closed 6 years ago
Are you referring to these failures http://aspnetci/viewLog.html?buildId=355009&tab=buildResultsDiv&buildTypeId=Lite_UniverseTest? I think these tests are in IISIntegration.
Nevermind that I think you are referring to http://aspnetci/viewLog.html?buildId=355021&tab=buildResultsDiv&buildTypeId=Lite_MusicStoreTest, yup these are in ServerTests, carry on.
Tests are failing again. Should be fixed by https://github.com/aspnet/IISIntegration/commit/5d8670243c93bab486eeb5e995a2fbb4e6d1e203
@jkotalik what's the status of this? Still failing?
I need to discuss with @pan-wang regarding a 400 bad response issue we were seeing on CI. Tests are flaky and hang.
In case the application was not ready (i. e., the creation of app has not been detected by IIS), the request is handled by site root and will lead to 400 error as the application cannot be found. We may need to add some delay to after updating applicationhost. config file.
Old issue that has been resolved.
Due to ANCM path changes I made.