-
Notifications
You must be signed in to change notification settings - Fork 523
Microsoft.AspNet.Server.Kestrel.FunctionalTests failures on CoreCLR on Linux #265
Comments
This affects aspnet/Universe#304. |
@CesarBS I was actually abut to close this, since the functional tests are now passing on my linux box. Are you seeing something different? |
Have a look at the latest CI build. There are some Kestrel test failures there. |
@halter73 this is one of the high pri fundamentals bugs that Eilon was talking about. Please look into this on Mac and Linux runs on the CI. |
Both the KestrelTests and the Kestrel.FunctionalTests projects have been running on Travis over a week with both coreclr and mono. The last 5 Travis builds of the dev branch have passed. https://travis-ci.org/aspnet/KestrelHttpServer/builds/93789119#L2317 I'm about to manually run the build on OS X. |
CoreClr tests are looking good on Yosemite. I also ran the tests on a non-travis Trusty VM and things are good there. |
@halter73 All pass on aspnetci as well? |
Ubuntu-Universe and Mac-Universe haven't run since 11 days ago. The last Mac run timed out before reaching the Kestrel tests. The last Ubuntu run timed out during the Mono Kestrel tests. We have skipped some hanging tests on Mono since the last runs, so I'm rerunning both configurations now. I'll report back once I get new results. |
I ran the full Kestrel build with both CoreCLR and Mono tests on our Mac agent twice, and it passed both tests. I did the same on our Ubuntu agent, and the build hung both times after showing the (successful) result of the Mono test run. We saw this issue a while back, but I hadn't seen it recently on travis until @CesarBS showed me the exact same type of failure happened earlier today. Previously @CesarBS was able to (apparently) fix this issue by skipping a lot of functional tests on Mono. |
Full Kestrel builds are once again passing on both the Mac and Ubuntu agents! |
Cool, thanks! |
At least the last two Ubuntu-Universe failures are due to it hanging in the middle of the Mono Kestrel tests. After running Kestrel's build.sh in a loop until failure on the ubuntu agent, I am now once again seeing the Mono test hangs. Apparently I didn't catch everything. :( |
#473 may help with diagnosis; its helped me track down a few issues that didn't exhibit causes because some of the exceptions were getting masked in testing (though still exhibiting the symptoms of going wrong). |
The Kestrel repo successfully builds and all the tests pass for the CoreCLR only runs. This test failed on the last Ubuntu CoreClr run:
I'm not sure if this is an issue with Kestrel or publish. I can look into it if it fails again on the next run. |
Sounds good, thanks. |
I seems the the |
The text was updated successfully, but these errors were encountered: