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

CI timeout in System.Data.Tests.DataSetTest2.Bug537229_BinFormatSerializer_Test #103350

Open
amanasifkhalid opened this issue Jun 12, 2024 · 7 comments
Assignees
Labels
arch-x64 area-System.Data Known Build Error Use this to report build issues in the .NET Helix tab os-mac-os-x macOS aka OSX
Milestone

Comments

@amanasifkhalid
Copy link
Member

amanasifkhalid commented Jun 12, 2024

Build Information

Build: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=704655
Build error leg or test failing: System.Data.Common.Tests.WorkItemExecution
Pull request: #103319

Error Message

Fill the error message using step by step known issues guidance.

{
  "ErrorMessage": [
    "[Long Running Test] 'System.Data.Tests.DataSetTest2.Bug537229_BinFormatSerializer_Test'",
    "Command timed out, and was killed"
  ],
  "BuildRetry": false,
  "ExcludeConsoleLog": false
}

Known issue validation

Build: 🔎 https://dev.azure.com/dnceng-public/public/_build/results?buildId=704655
Error message validated: [[Long Running Test] 'System.Data.Tests.DataSetTest2.Bug537229_BinFormatSerializer_Test' Command timed out, and was killed]
Result validation: ✅ Known issue matched with the provided build.
Validation performed at: 6/12/2024 4:02:55 PM UTC

Report

Summary

24-Hour Hit Count 7-Day Hit Count 1-Month Count
0 0 0
@amanasifkhalid amanasifkhalid added os-mac-os-x macOS aka OSX arch-x64 blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' Known Build Error Use this to report build issues in the .NET Helix tab labels Jun 12, 2024
@dotnet-policy-service dotnet-policy-service bot added the untriaged New issue has not been triaged by the area owner label Jun 12, 2024
Copy link
Contributor

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

Copy link
Contributor

Tagging subscribers to this area: @roji, @ajcvickers
See info in area-owners.md if you want to be subscribed.

@SamMonoRT
Copy link
Member

@eiriktsarpalis - is this something you can take a quick look at?

@eiriktsarpalis
Copy link
Member

Seems to be an old test using BinaryFormatter. Perhaps related to BF being phased out?

cc @bartonjs @adamsitnik

@bartonjs
Copy link
Member

It seems to be using BinaryFormatter directly, not via System.Resources.Extensions, so Adam's changes wouldn't be affecting it. And mine haven't gone in yet. So, unless the test is psychic and knows BinaryFormatter will be turned off in the next day or two, it seems coincidental.

That said, when I merge in (today or tomorrow) this test will be disabled. No tests will be able to use BinaryFormatter until we get a package published, just because of how our build system works and how we chose to solve the BF-legacy problem, so it will at least stop showing up as an intermittent CI failure.

@SamMonoRT SamMonoRT removed the untriaged New issue has not been triaged by the area owner label Jun 21, 2024
@SamMonoRT SamMonoRT added this to the 9.0.0 milestone Jun 21, 2024
@SamMonoRT
Copy link
Member

Assigning to @bartonjs for tracking.

@jeffschwMSFT jeffschwMSFT removed the blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' label Jul 18, 2024
@jeffschwMSFT
Copy link
Member

removing blocking-clean-ci as it has not failed in 30 days.

24-Hour Hit Count 7-Day Hit Count 1-Month Count
0 0 0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arch-x64 area-System.Data Known Build Error Use this to report build issues in the .NET Helix tab os-mac-os-x macOS aka OSX
Projects
None yet
Development

No branches or pull requests

6 participants