-
Notifications
You must be signed in to change notification settings - Fork 10.3k
LoggingConnectionMiddlewareCanBeAddedBeforeAndAfterHttps()
is flaky
#34561
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
It looks like there might have been some serious threadpool starvation for the "accepted" and "started" logs to be ~4 seconds apart. The only thing between those two logs is a threadpool dispatch. I think that's what caused the handshake timeout and failed test. "Accepted" log:
Which immediately dispatches to the "started" log: aspnetcore/src/Servers/Kestrel/Core/src/Internal/Infrastructure/KestrelConnectionOfT.cs Lines 32 to 46 in 67deada
|
Thanks for contacting us. We're moving this issue to the |
Per discussion with @adityamandaleeka we are going to unquarantine this since its been well behaved and there isn't much actionable as the failure looks due to external issues like threadpool starvation |
Failing Test(s)
LoggingConnectionMiddlewareCanBeAddedBeforeAndAfterHttps()
Error Message
Stacktrace
Logs
See https://helixre8s23ayyeko0k025g8.blob.core.windows.net/dotnet-aspnetcore-refs-heads-main-cecc8bbbfe7d4877b4/InMemory.FunctionalTests--net6.0/console.1372964f.log?sv=2019-07-07 if more context is needed.
Build
The text was updated successfully, but these errors were encountered: