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

Mono System.Text.Json.Tests on Windows timing out #42677

Open
directhex opened this issue Sep 24, 2020 · 6 comments
Open

Mono System.Text.Json.Tests on Windows timing out #42677

directhex opened this issue Sep 24, 2020 · 6 comments

Comments

@directhex
Copy link
Member

directhex commented Sep 24, 2020

Description

There may be a performance regression in Mono on Windows (or the test suite has grown and we can no longer finish it in time), as we are now frequently timing out our CI in System.Text.Json.Tests

System.Text.Json.Tests, commit 6c27393: https://helix.dot.net/api/2019-06-17/jobs/2798f22e-585e-4940-a1ba-5eac77edc617/workitems/System.Text.Json.Tests

System.Text.Json.Tests, commit 3d75475: https://helix.dot.net/api/2019-06-17/jobs/fa673262-133f-4f16-baf9-0cc657cb74fc/workitems/System.Text.Json.Tests

System.Text.Json.Tests, commit 0446e4f: https://helix.dot.net/api/2019-06-17/jobs/e803feb0-ce9c-4645-b3a0-25ce0947fc37/workitems/System.Text.Json.Tests

System.Text.Json.Tests, commit 2269b06: https://helix.dot.net/api/2019-06-17/jobs/54f496ef-5f53-4d46-9169-f18480ca70c5/workitems/System.Text.Json.Tests

System.Text.Json.Tests, commit 8933510: https://helix.dot.net/api/2019-06-17/jobs/0653fec5-7b16-4d4c-9741-543f68c35dec/workitems/System.Text.Json.Tests

System.Text.Json.Tests, commit fd09c80: https://helix.dot.net/api/2019-06-17/jobs/257bbeea-72ae-4c05-8f42-6a48a4a555ce/workitems/System.Text.Json.Tests

Runfo Tracking Issue: System.Text.Json.Tests Mono Windows Failure

Build Definition Kind Run Name

Build Result Summary

Day Hit Count Week Hit Count Month Hit Count
0 0 0
@directhex directhex added area-System.Text.Json os-windows blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' labels Sep 24, 2020
@directhex directhex added this to the 6.0.0 milestone Sep 24, 2020
@Dotnet-GitSync-Bot Dotnet-GitSync-Bot added the untriaged New issue has not been triaged by the area owner label Sep 24, 2020
@jeffschwMSFT jeffschwMSFT removed the untriaged New issue has not been triaged by the area owner label Sep 24, 2020
@Jacksondr5
Copy link
Contributor

Commit 0446e4f did add a large outer loop test that we estimate added about 8 seconds to the inner loop test execution time (relevant PR discussion). As such, we marked it as outer loop. I can't verify how much the individual test contributes to the outer loop run since I'm having issues building on my local right now. It is worth noting that this new test is based off a test with similar structure and behavior, so I'm not sure if this commit really made a difference or not.

@jaredpar
Copy link
Member

@ViktorHofer
Copy link
Member

cc @layomia @ericstj @steveharter

@ViktorHofer
Copy link
Member

ViktorHofer commented Oct 1, 2020

I believe this happening on CoreClr as well: #42817

@layomia
Copy link
Contributor

layomia commented Oct 2, 2020

Just merged a PR disabling the relevant tests on Mono + Windows - #42960. Removing blocking-clean-ci label for now.

@layomia layomia removed the blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' label Oct 2, 2020
@layomia layomia self-assigned this Oct 3, 2020
@layomia
Copy link
Contributor

layomia commented Oct 3, 2020

Linking my comment from #42960 (comment). cc @ViktorHofer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

10 participants