aspnet / ServerTests

[Archived] Tests for Helios, WebListener and Kestrel. Project moved to https://github.com/aspnet/AspNetCore
Apache License 2.0
21 stars 13 forks source link

Tests failing on CI #96

Closed jkotalik closed 6 years ago

jkotalik commented 7 years ago

Due to ANCM path changes I made.

JunTaoLuo commented 7 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.

JunTaoLuo commented 7 years ago

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.

jkotalik commented 7 years ago

99

jkotalik commented 6 years ago

Tests are failing again. Should be fixed by https://github.com/aspnet/IISIntegration/commit/5d8670243c93bab486eeb5e995a2fbb4e6d1e203

muratg commented 6 years ago

@jkotalik what's the status of this? Still failing?

jkotalik commented 6 years ago

I need to discuss with @pan-wang regarding a 400 bad response issue we were seeing on CI. Tests are flaky and hang.

pan-wang commented 6 years ago

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.

jkotalik commented 6 years ago

Old issue that has been resolved.