-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Comments
Tagging subscribers to this area: @dotnet/area-infrastructure-libraries |
Tagging subscribers to this area: @roji, @ajcvickers |
@eiriktsarpalis - is this something you can take a quick look at? |
Seems to be an old test using BinaryFormatter. Perhaps related to BF being phased out? |
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. |
Assigning to @bartonjs for tracking. |
removing blocking-clean-ci as it has not failed in 30 days.
|
@bartonjs - this is still marked for 9.0.0 -- please take a look and adjust milestone if necessary, or can we close the issue? |
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.
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
The text was updated successfully, but these errors were encountered: