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

Test failure: System.Net.Http.WinHttpHandlerUnitTests.WinHttpHandlerTest.TcpKeepalive_InfiniteTimeSpan_TranslatesToUInt32MaxValue #45249

Closed
v-haren opened this issue Nov 26, 2020 · 7 comments · Fixed by #45480
Assignees
Labels
area-System.Net.Http blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' bug
Milestone

Comments

@v-haren
Copy link

v-haren commented Nov 26, 2020

failed in job: runtime 20201125.47

net6.0-windows-Release-arm64-CoreCLR_release-Windows.10.Arm64.Open

Error message

Assert.Equal() Failure
Expected: 4294967295
Actual:   0


Stack trace
   at System.Net.Http.WinHttpHandlerUnitTests.WinHttpHandlerTest.TcpKeepalive_InfiniteTimeSpan_TranslatesToUInt32MaxValue() in /_/src/libraries/System.Net.Http.WinHttpHandler/tests/UnitTests/WinHttpHandlerTest.cs:line 160

Runfo Tracking Issue: tcpkeepalive_infinitetimespan_translatestouint32maxvalue

Build Definition Kind Run Name

Build Result Summary

Day Hit Count Week Hit Count Month Hit Count
0 0 0
@Dotnet-GitSync-Bot Dotnet-GitSync-Bot added the untriaged New issue has not been triaged by the area owner label Nov 26, 2020
@ghost
Copy link

ghost commented Nov 26, 2020

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

Issue Details

failed in job: runtime 20201125.47

net6.0-windows-Release-arm64-CoreCLR_release-Windows.10.Arm64.Open

Error message

Assert.Equal() Failure
Expected: 4294967295
Actual:   0


Stack trace
   at System.Net.Http.WinHttpHandlerUnitTests.WinHttpHandlerTest.TcpKeepalive_InfiniteTimeSpan_TranslatesToUInt32MaxValue() in /_/src/libraries/System.Net.Http.WinHttpHandler/tests/UnitTests/WinHttpHandlerTest.cs:line 160
Author: v-haren
Assignees: -
Labels:

area-System.Net.Http

Milestone: -

@ManickaP
Copy link
Member

@antonfirsov: is this fresh from your #44889 PR?

@antonfirsov
Copy link
Member

antonfirsov commented Nov 26, 2020

Yes. Looks like a product bug on arm64, but no idea why is it (or does it seem to be) sporadic.
If the failure is super regular & polluting CI runs, I suggest to disable it until I can look into it next week.

@ViktorHofer
Copy link
Member

@karelz karelz added bug and removed untriaged New issue has not been triaged by the area owner labels Dec 2, 2020
@sunandabalu sunandabalu added the blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' label Dec 2, 2020
@markwilkie
Copy link
Member

I really feel like we need to find a way to get this test out of the way so it stops blocking the build. (then, once this test is ready, it can be brought back in)

@riarenas
Copy link
Member

riarenas commented Dec 3, 2020

@antonfirsov has a PR for this #45480 which is linked to this issue. I do think that if it doesn't make it in by tomorrow morning, this test should be disabled while it makes it in.

@ViktorHofer
Copy link
Member

Converted to a live tracking issue. Fails on public builds 7 times per day.

@ghost ghost locked as resolved and limited conversation to collaborators May 12, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-System.Net.Http blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

9 participants