Skip to content
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

Outerloop ConnectTimeout_TimesOutSSLAuth_Throws intermitently fails #40798

Closed
ManickaP opened this issue Aug 13, 2020 · 12 comments
Closed

Outerloop ConnectTimeout_TimesOutSSLAuth_Throws intermitently fails #40798

ManickaP opened this issue Aug 13, 2020 · 12 comments
Labels
area-System.Net.Http test-run-core Test failures in .NET Core test runs
Milestone

Comments

@ManickaP
Copy link
Member

ManickaP commented Aug 13, 2020

With the highest probability due to slow infra.
Occurrences:

Finished Method Message QueueName Branch Duration
2020-08-13T19:30:14.549Z ConnectTimeout_TimesOutSSLAuth_Throws Assert.InRange() Failure\r\nRange: (500 - 60000)\r\nActual: 71658 ubuntu.1604.amd64.open refs/pull/40788/merge 75.1964957
2020-08-11T20:32:53.517Z ConnectTimeout_TimesOutSSLAuth_Throws Assert.InRange() Failure\r\nRange: (500 - 60000)\r\nActual: 62208 ubuntu.1604.amd64.open refs/pull/40666/merge 66.2265728
2020-08-08T08:28:04.74Z ConnectTimeout_TimesOutSSLAuth_Throws Assert.InRange() Failure\r\nRange: (500 - 60000)\r\nActual: 72752 osx.1014.amd64.open refs/pull/40338/merge 75.8671052

Kusto

@Dotnet-GitSync-Bot
Copy link
Collaborator

I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label.

@Dotnet-GitSync-Bot Dotnet-GitSync-Bot added the untriaged New issue has not been triaged by the area owner label Aug 13, 2020
@ghost
Copy link

ghost commented Aug 13, 2020

Tagging subscribers to this area: @dotnet/ncl
See info in area-owners.md if you want to be subscribed.

@wfurt
Copy link
Member

wfurt commented Sep 5, 2020

it happend to me on my local Windows system.

System.Net.Http.Functional.Tests.SocketsHttpHandler_HttpClientHandler_Cancellation_Test.ConnectTimeout_TimesOutSSLAuth_Throws [1m 9s]                                                                                                
Error Message:
                                                                                                                                                                                                                        Assert.InRange() Failure
Range:  (500 - 60000)      
Actual: 65434                                                                                                                                                                                                                           

@wfurt
Copy link
Member

wfurt commented Sep 8, 2020

Finished QueueAlias
2020-09-08 alpine.312.amd64.open
2020-09-08 windows.10.amd64.server19h1.open
2020-09-08 windows.10.amd64.server19h1.open
2020-09-07 windows.10.amd64.server19h1.open
2020-09-05 fedora.30.amd64.open
2020-09-03 windows.nano.1809.amd64.open
2020-09-02 sles.12.amd64.open
2020-09-01 windows.10.amd64.serverrs5.open

seems to be failing cross the queues.

@v-haren
Copy link

v-haren commented Nov 27, 2020

failed again in job: runtime-libraries-coreclr outerloop 20201126.1

failed test: System.Net.Http.Functional.Tests.SocketsHttpHandler_HttpClientHandler_Cancellation_Test.ConnectTimeout_TimesOutSSLAuth_Throws

net6.0-windows-Release-x64-CoreCLR_release-(Windows.Server.Core.1909.Amd64.Open)windows.10.amd64.server20h1.open@mcr.microsoft.com/dotnet-buildtools/prereqs:windowsservercore-2004-helix-amd64-20200904200251-272704c

Error message

Assert.InRange() Failure
Range:  (500 - 60000)
Actual: 65514


Stack trace
   at System.Net.Http.Functional.Tests.HttpClientHandler_Http11_Cancellation_Test.<>c__DisplayClass1_0.<<ConnectTimeout_TimesOutSSLAuth_Throws>b__0>d.MoveNext() in /_/src/libraries/System.Net.Http/tests/FunctionalTests/HttpClientHandlerTest.Cancellation.cs:line 40
--- End of stack trace from previous location ---
   at System.Threading.Tasks.TaskTimeoutExtensions.WhenAllOrAnyFailed(Task[] tasks) in /_/src/libraries/Common/tests/System/Threading/Tasks/TaskTimeoutExtensions.cs:line 96
   at System.Threading.Tasks.TaskTimeoutExtensions.WhenAllOrAnyFailed(Task[] tasks) in /_/src/libraries/Common/tests/System/Threading/Tasks/TaskTimeoutExtensions.cs:line 124
   at System.Net.Test.Common.LoopbackServer.<>c__DisplayClass13_0.<<CreateClientAndServerAsync>b__0>d.MoveNext() in /_/src/libraries/Common/tests/System/Net/Http/LoopbackServer.cs:line 88
--- End of stack trace from previous location ---
   at System.Net.Test.Common.LoopbackServer.CreateServerAsync(Func`2 funcAsync, Options options) in /_/src/libraries/Common/tests/System/Net/Http/LoopbackServer.cs:line 72
   at System.Net.Http.Functional.Tests.HttpClientHandler_Http11_Cancellation_Test.ConnectTimeout_TimesOutSSLAuth_Throws() in /_/src/libraries/System.Net.Http/tests/FunctionalTests/HttpClientHandlerTest.Cancellation.cs:line 27
--- End of stack trace from previous location ---

@v-haren
Copy link

v-haren commented Dec 25, 2020

failed again in job: runtime-libraries-coreclr outerloop 20201224.1

failed test: System.Net.Http.Functional.Tests.SocketsHttpHandler_HttpClientHandler_Cancellation_Test.ConnectTimeout_TimesOutSSLAuth_Throws

net6.0-windows-Release-x64-CoreCLR_release-(Windows.Server.Core.1909.Amd64.Open)windows.10.amd64.server20h1.open@mcr.microsoft.com/dotnet-buildtools/prereqs:windowsservercore-2004-helix-amd64-20200904200251-272704c

Error message

Assert.InRange() Failure
Range:  (500 - 60000)
Actual: 61007


Stack trace
   at System.Net.Http.Functional.Tests.HttpClientHandler_Http11_Cancellation_Test.<>c__DisplayClass1_0.<<ConnectTimeout_TimesOutSSLAuth_Throws>b__0>d.MoveNext() in /_/src/libraries/System.Net.Http/tests/FunctionalTests/HttpClientHandlerTest.Cancellation.cs:line 40
--- End of stack trace from previous location ---
   at System.Threading.Tasks.TaskTimeoutExtensions.WhenAllOrAnyFailed(Task[] tasks) in /_/src/libraries/Common/tests/System/Threading/Tasks/TaskTimeoutExtensions.cs:line 96
   at System.Threading.Tasks.TaskTimeoutExtensions.WhenAllOrAnyFailed(Task[] tasks) in /_/src/libraries/Common/tests/System/Threading/Tasks/TaskTimeoutExtensions.cs:line 124
   at System.Net.Test.Common.LoopbackServer.<>c__DisplayClass13_0.<<CreateClientAndServerAsync>b__0>d.MoveNext() in /_/src/libraries/Common/tests/System/Net/Http/LoopbackServer.cs:line 88
--- End of stack trace from previous location ---
   at System.Net.Test.Common.LoopbackServer.CreateServerAsync(Func`2 funcAsync, Options options) in /_/src/libraries/Common/tests/System/Net/Http/LoopbackServer.cs:line 72
   at System.Net.Http.Functional.Tests.HttpClientHandler_Http11_Cancellation_Test.ConnectTimeout_TimesOutSSLAuth_Throws() in /_/src/libraries/System.Net.Http/tests/FunctionalTests/HttpClientHandlerTest.Cancellation.cs:line 27
--- End of stack trace from previous location ---

@VincentBu
Copy link
Contributor

Failed in job runtime-libraries-coreclr outerloop 20210111.2

Failed test : System.Net.Http.Functional.Tests.SocketsHttpHandler_HttpClientHandler_Cancellation_Test.ConnectTimeout_TimesOutSSLAuth_Throws

net6.0-windows-Release-x64-CoreCLR_release-(Windows.Server.Core.1909.Amd64.Open)windows.10.amd64.server20h1.open@mcr.microsoft.com/dotnet-buildtools/prereqs:windowsservercore-2004-helix-amd64-20200904200251-272704c

Error message:


Error message
Assert.InRange() Failure
Range:  (500 - 60000)
Actual: 62802


Stack trace
   at System.Net.Http.Functional.Tests.HttpClientHandler_Http11_Cancellation_Test.<>c__DisplayClass1_0.<<ConnectTimeout_TimesOutSSLAuth_Throws>b__0>d.MoveNext() in /_/src/libraries/System.Net.Http/tests/FunctionalTests/HttpClientHandlerTest.Cancellation.cs:line 40
--- End of stack trace from previous location ---
   at System.Threading.Tasks.TaskTimeoutExtensions.WhenAllOrAnyFailed(Task[] tasks) in /_/src/libraries/Common/tests/System/Threading/Tasks/TaskTimeoutExtensions.cs:line 96
   at System.Threading.Tasks.TaskTimeoutExtensions.WhenAllOrAnyFailed(Task[] tasks) in /_/src/libraries/Common/tests/System/Threading/Tasks/TaskTimeoutExtensions.cs:line 124
   at System.Net.Test.Common.LoopbackServer.<>c__DisplayClass13_0.<<CreateClientAndServerAsync>b__0>d.MoveNext() in /_/src/libraries/Common/tests/System/Net/Http/LoopbackServer.cs:line 88
--- End of stack trace from previous location ---
   at System.Net.Test.Common.LoopbackServer.CreateServerAsync(Func`2 funcAsync, Options options) in /_/src/libraries/Common/tests/System/Net/Http/LoopbackServer.cs:line 72
   at System.Net.Http.Functional.Tests.HttpClientHandler_Http11_Cancellation_Test.ConnectTimeout_TimesOutSSLAuth_Throws() in /_/src/libraries/System.Net.Http/tests/FunctionalTests/HttpClientHandlerTest.Cancellation.cs:line 27
--- End of stack trace from previous location ---

@VincentBu
Copy link
Contributor

Failed again in run : runtime-libraries-coreclr outerloop 20210127.3

Failed test : System.Net.Http.Functional.Tests.SocketsHttpHandler_HttpClientHandler_Cancellation_Test.ConnectTimeout_TimesOutSSLAuth_Throws

net6.0-windows-Release-x64-CoreCLR_release-(Windows.Server.Core.1909.Amd64.Open)windows.10.amd64.server20h1.open@mcr.microsoft.com/dotnet-buildtools/prereqs:windowsservercore-2004-helix-amd64-20200904200251-272704c

Error message:

Assert.InRange() Failure
Range:  (500 - 60000)
Actual: 73032


Stack trace
   at System.Net.Http.Functional.Tests.HttpClientHandler_Http11_Cancellation_Test.<>c__DisplayClass1_0.<<ConnectTimeout_TimesOutSSLAuth_Throws>b__0>d.MoveNext() in /_/src/libraries/System.Net.Http/tests/FunctionalTests/HttpClientHandlerTest.Cancellation.cs:line 40
--- End of stack trace from previous location ---
   at System.Threading.Tasks.TaskTimeoutExtensions.WhenAllOrAnyFailed(Task[] tasks) in /_/src/libraries/Common/tests/System/Threading/Tasks/TaskTimeoutExtensions.cs:line 96
   at System.Threading.Tasks.TaskTimeoutExtensions.WhenAllOrAnyFailed(Task[] tasks) in /_/src/libraries/Common/tests/System/Threading/Tasks/TaskTimeoutExtensions.cs:line 124
   at System.Net.Test.Common.LoopbackServer.<>c__DisplayClass13_0.<<CreateClientAndServerAsync>b__0>d.MoveNext() in /_/src/libraries/Common/tests/System/Net/Http/LoopbackServer.cs:line 89
--- End of stack trace from previous location ---
   at System.Net.Test.Common.LoopbackServer.CreateServerAsync(Func`2 funcAsync, Options options) in /_/src/libraries/Common/tests/System/Net/Http/LoopbackServer.cs:line 74
   at System.Net.Http.Functional.Tests.HttpClientHandler_Http11_Cancellation_Test.ConnectTimeout_TimesOutSSLAuth_Throws() in /_/src/libraries/System.Net.Http/tests/FunctionalTests/HttpClientHandlerTest.Cancellation.cs:line 27
--- End of stack trace from previous location ---

@VincentBu
Copy link
Contributor

Failed again in runtime-libraries-coreclr outerloop 20210323.4

Failed test:

net6.0-windows-Release-x64-CoreCLR_release-(Windows.Server.Core.1909.Amd64.Open)windows.10.amd64.server20h1.open@mcr.microsoft.com/dotnet-buildtools/prereqs:windowsservercore-2004-helix-amd64-20200904200251-272704c
 -System.Net.Http.Functional.Tests.SocketsHttpHandler_HttpClientHandler_Cancellation_Test.ConnectTimeout_TimesOutSSLAuth_Throws

Error message:

Assert.InRange() Failure
Range:  (500 - 60000)
Actual: 70987


Stack trace
   at System.Net.Http.Functional.Tests.HttpClientHandler_Http11_Cancellation_Test.<>c__DisplayClass1_0.<<ConnectTimeout_TimesOutSSLAuth_Throws>b__0>d.MoveNext() in /_/src/libraries/System.Net.Http/tests/FunctionalTests/HttpClientHandlerTest.Cancellation.cs:line 40
--- End of stack trace from previous location ---
   at System.Threading.Tasks.TaskTimeoutExtensions.WhenAllOrAnyFailed(Task[] tasks) in /_/src/libraries/Common/tests/System/Threading/Tasks/TaskTimeoutExtensions.cs:line 55
   at System.Threading.Tasks.TaskTimeoutExtensions.WhenAllOrAnyFailed(Task[] tasks) in /_/src/libraries/Common/tests/System/Threading/Tasks/TaskTimeoutExtensions.cs:line 82
   at System.Net.Test.Common.LoopbackServer.<>c__DisplayClass13_0.<<CreateClientAndServerAsync>b__0>d.MoveNext() in /_/src/libraries/Common/tests/System/Net/Http/LoopbackServer.cs:line 89
--- End of stack trace from previous location ---
   at System.Net.Test.Common.LoopbackServer.CreateServerAsync(Func`2 funcAsync, Options options) in /_/src/libraries/Common/tests/System/Net/Http/LoopbackServer.cs:line 74
   at System.Net.Http.Functional.Tests.HttpClientHandler_Http11_Cancellation_Test.ConnectTimeout_TimesOutSSLAuth_Throws() in /_/src/libraries/System.Net.Http/tests/FunctionalTests/HttpClientHandlerTest.Cancellation.cs:line 27
--- End of stack trace from previous location ---

@karelz
Copy link
Member

karelz commented Apr 23, 2021

Failures: 2/23-4/23 (main/master branch only)

When OS Exception
2021-03-01T11:54:10.482Z ubuntu.1604.amd64.open.rt Assert.InRange() Failure\r\nRange:  (500 - 60000)\r\nActual: 61715
2021-03-08T12:27:27.677Z windows.10.amd64.server20h1.open.rt Assert.InRange() Failure\r\nRange:  (500 - 60000)\r\nActual: 74199
2021-03-13T12:10:32.416Z windows.10.amd64.server20h1.open.rt Assert.InRange() Failure\r\nRange:  (500 - 60000)\r\nActual: 63034
2021-03-20T11:53:53.804Z windows.10.amd64.server20h1.open.rt Assert.InRange() Failure\r\nRange:  (500 - 60000)\r\nActual: 63570
2021-03-23T12:06:43.362Z windows.10.amd64.server20h1.open.rt Assert.InRange() Failure\r\nRange:  (500 - 60000)\r\nActual: 70987
2021-03-27T11:53:37.879Z windows.10.amd64.server20h1.open.rt Assert.InRange() Failure\r\nRange:  (500 - 60000)\r\nActual: 84522
2021-03-28T12:06:11.029Z ubuntu.1604.amd64.open.rt Assert.InRange() Failure\r\nRange:  (500 - 60000)\r\nActual: 62182

Failures on PRs during 3/10-5/11 -- 8 failures:

Failures 6/30-8/30 (incl. PRs):

Day Run OS Failure
7/8 Official run - release/6.0-preview3 Windows.Server.Core.1909.Amd64.Open Assert.InRange() Failure
7/8 Official run - release/6.0-preview5 Windows.Server.Core.1909.Amd64.Open Assert.InRange() Failure
7/16 Official run - release/6.0-preview3 Windows.10.Amd64.Server19H1.Open - x86 Assert.InRange() Failure
7/18 Official run - release/6.0-preview3 Windows.Server.Core.1909.Amd64.Open Assert.InRange() Failure
8/25 Official run - release/6.0-rc1 SLES.12.Amd64.Open TimeoutException : The operation has timed out.
8/26 PR #58092 (off main - 7.0) Alpine.312.Amd64.Open TimeoutException : The operation has timed out.

@karelz karelz added the test-run-core Test failures in .NET Core test runs label Apr 23, 2021
@karelz karelz modified the milestones: 6.0.0, Future Apr 23, 2021
@VincentBu
Copy link
Contributor

Failed again in runtime-libraries-coreclr outerloop 20210530.3

Failed test:

net6.0-windows-Release-x64-CoreCLR_release-(Windows.Server.Core.1909.Amd64.Open)windows.10.amd64.server20h1.open@mcr.microsoft.com/dotnet-buildtools/prereqs:windowsservercore-2004-helix-amd64-20200904200251-272704c

- System.Net.Http.Functional.Tests.SocketsHttpHandler_HttpClientHandler_Cancellation_Test.ConnectTimeout_TimesOutSSLAuth_Throws

Error message:

Assert.InRange() Failure
Range:  (500 - 85000)
Actual: 86671


Stack trace
   at System.Net.Http.Functional.Tests.HttpClientHandler_Http11_Cancellation_Test.<>c__DisplayClass1_0.<<ConnectTimeout_TimesOutSSLAuth_Throws>b__0>d.MoveNext() in /_/src/libraries/System.Net.Http/tests/FunctionalTests/HttpClientHandlerTest.Cancellation.cs:line 40
--- End of stack trace from previous location ---
   at System.Threading.Tasks.TaskTimeoutExtensions.WhenAllOrAnyFailed(Task[] tasks) in /_/src/libraries/Common/tests/System/Threading/Tasks/TaskTimeoutExtensions.cs:line 55
   at System.Threading.Tasks.TaskTimeoutExtensions.WhenAllOrAnyFailed(Task[] tasks) in /_/src/libraries/Common/tests/System/Threading/Tasks/TaskTimeoutExtensions.cs:line 82
   at System.Net.Test.Common.LoopbackServer.<>c__DisplayClass13_0.<<CreateClientAndServerAsync>b__0>d.MoveNext() in /_/src/libraries/Common/tests/System/Net/Http/LoopbackServer.cs:line 89
--- End of stack trace from previous location ---
   at System.Net.Test.Common.LoopbackServer.CreateServerAsync(Func`2 funcAsync, Options options) in /_/src/libraries/Common/tests/System/Net/Http/LoopbackServer.cs:line 74
   at System.Net.Http.Functional.Tests.HttpClientHandler_Http11_Cancellation_Test.ConnectTimeout_TimesOutSSLAuth_Throws() in /_/src/libraries/System.Net.Http/tests/FunctionalTests/HttpClientHandlerTest.Cancellation.cs:line 27
--- End of stack trace from previous location ---

@ManickaP
Copy link
Member Author

This doesn't fail anymore, all the failures are from 6.0 branch, so it's highly likely already fixed.

@karelz karelz modified the milestones: Future, 9.0.0 Oct 11, 2023
@ghost ghost locked as resolved and limited conversation to collaborators Nov 10, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-System.Net.Http test-run-core Test failures in .NET Core test runs
Projects
None yet
Development

No branches or pull requests

6 participants