-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Test failure: System.Net.Http.Functional.Tests.SocketsHttpHandlerTest_Http2.Http2_MultipleConnectionsEnabled_IdleConnectionTimeoutExpired_ConnectionRemovedAndNewCreated #43877
Comments
Tagging subscribers to this area: @dotnet/ncl |
failed again in job: runtime-libraries-coreclr outerloop 20201125.1 failed test: System.Net.Http.Functional.Tests.SocketsHttpHandlerTest_Http2.Http2_MultipleConnectionsEnabled_IdleConnectionTimeoutExpired_ConnectionRemovedAndNewCreated net6.0-Linux-Release-x64-CoreCLR_release-Debian.9.Amd64.Open Error message
|
We might consider disable this one as well. It steadily fails every other day:
|
failed again in job: runtime-libraries-coreclr outerloop 20210107.2 failed test: System.Net.Http.Functional.Tests.SocketsHttpHandlerTest_Http2.Http2_MultipleConnectionsEnabled_IdleConnectionTimeoutExpired_ConnectionRemovedAndNewCreated net6.0-Linux-Release-x64-CoreCLR_release-(Fedora.30.Amd64.Open)ubuntu.1604.amd64.open@mcr.microsoft.com/dotnet-buildtools/prereqs:fedora-30-helix-20200512010621-4f8cef7 Error message
|
Failed again in run : runtime-libraries-coreclr outerloop 20210128.2 Failed test : net6.0-Linux-Release-x64-CoreCLR_release-(Fedora.30.Amd64.Open)ubuntu.1604.amd64.open@mcr.microsoft.com/dotnet-buildtools/prereqs:fedora-30-helix-20200512010621-4f8cef7 Error message:
|
Failed again in runtime-libraries-coreclr outerloop 20210407.3 Failed test:
Error message:
|
Failed again in runtime-libraries-coreclr outerloop 20210427.4 Failed test:
Error message:
|
Failures during 3/11-5/10 (incl. PRs): 34 failures ... we absolutely need to disable this test. |
From @ManickaP: With this test disabled, it looks like we're down to a single HTTP2 multiple connections test. We should not punt this disabled test to Future without increasing test coverage of the space. |
Test disabled in #52555 |
This failure is probably caused by the bug in Http2Connection.GetIdleTicks method. |
@alnikola which bug do you have on mind? |
The incorrect operand order. |
Ah, nice catch! |
There is currently a wrong operand order in the subtraction. Fixes #43877
failed in job: runtime-libraries-coreclr outerloop 20201026.3
net6.0-Linux-Release-x64-CoreCLR_release-(Ubuntu.1910.Amd64.Open)ubuntu.1604.amd64.open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-19.10-helix-amd64-cfcfd50-20191030180623
Error message
The text was updated successfully, but these errors were encountered: