-
Notifications
You must be signed in to change notification settings - Fork 524
Flaky Test: Functional tests on Linux "disposing listeners failed" #1621
Comments
cc @CesarBS |
Another failure, also on Partner Acquisition \ Build: Linux http://aspnetci/viewLog.html?buildId=199630&tab=buildResultsDiv&buildTypeId=CoreCLR_Linux |
I know why this fails now. I debugged the test and have a root cause. The fix unfortunately is part of the work that @halter73 is doing right now to move connection management into kestrel core. |
Disposing listeners seems like a slowness issue. I'm still looking into it. Upping the timeout seems to help. |
This was from a run on my machine. Seems like the 2.5 second timeout might be too short. Something got slower.
Another run was fast
Seems like libuv is taking a long time to schedule the work:
|
@halter73 What if we removed the Log "Dispose listeners failed"? |
I increased the timeout but if it keeps happening we're going to have to tweak this test to avoid looking for this error. |
@davidfowl - anything left for preview1? Or would we juts fix things in |
Going to close this until it repros again. /cc @mikeharder if it repros open this back up. |
Saw this again on my linux box while running it in a loop over 2 days.. |
Seeing this as part of our partner acquisition linux builds but I suspect they are flaky on all platforms:
Microsoft.AspNetCore.Server.Kestrel.FunctionalTests.HttpsTests.EmptyRequestLoggedAsInformation
Microsoft.AspNetCore.Server.Kestrel.FunctionalTests.HttpsTests.EmptyRequestLoggedAsInformation
More info: http://aspnetci/viewLog.html?buildId=197969&tab=buildResultsDiv&buildTypeId=CoreCLR_Linux
The text was updated successfully, but these errors were encountered: