runtime icon indicating copy to clipboard operation
runtime copied to clipboard

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

Open amanasifkhalid opened this issue 1 year ago • 6 comments

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: https://github.com/dotnet/runtime/pull/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: :mag_right: 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: :white_check_mark: Known issue matched with the provided build. Validation performed at: 6/12/2024 4:02:55 PM UTC

Report

Build Definition Test Pull Request
710971 dotnet/runtime System.Data.Common.Tests.WorkItemExecution dotnet/runtime#103405
710913 dotnet/runtime System.Data.Common.Tests.WorkItemExecution dotnet/runtime#103324
710255 dotnet/runtime System.Data.Common.Tests.WorkItemExecution dotnet/runtime#103575
710041 dotnet/runtime System.Data.Common.Tests.WorkItemExecution dotnet/runtime#103412
709998 dotnet/runtime System.Data.Common.Tests.WorkItemExecution dotnet/runtime#103274
709599 dotnet/runtime System.Data.Common.Tests.WorkItemExecution dotnet/runtime#103528
709521 dotnet/runtime System.Data.Common.Tests.WorkItemExecution dotnet/runtime#103533
709235 dotnet/runtime System.Data.Common.Tests.WorkItemExecution dotnet/runtime#103414
709146 dotnet/runtime System.Data.Common.Tests.WorkItemExecution dotnet/runtime#103503
709060 dotnet/runtime System.Data.Common.Tests.WorkItemExecution dotnet/runtime#103425
708924 dotnet/runtime System.Data.Common.Tests.WorkItemExecution dotnet/runtime#103425
708871 dotnet/runtime System.Data.Common.Tests.WorkItemExecution dotnet/runtime#103476
708807 dotnet/runtime System.Data.Common.Tests.WorkItemExecution dotnet/runtime#103510
2474527 dotnet-runtime System.Data.Common.Tests.WorkItemExecution
708520 dotnet/runtime System.Data.Common.Tests.WorkItemExecution dotnet/runtime#102927
708459 dotnet/runtime System.Data.Common.Tests.WorkItemExecution dotnet/runtime#103490
708329 dotnet/runtime System.Data.Common.Tests.WorkItemExecution dotnet/runtime#103444
708106 dotnet/runtime System.Data.Common.Tests.WorkItemExecution dotnet/runtime#103241
707712 dotnet/runtime System.Data.Common.Tests.WorkItemExecution dotnet/runtime#103370
707560 dotnet/runtime System.Data.Common.Tests.WorkItemExecution dotnet/runtime#103454
707135 dotnet/runtime System.Data.Common.Tests.WorkItemExecution
706700 dotnet/runtime System.Data.Common.Tests.WorkItemExecution dotnet/runtime#103413
706512 dotnet/runtime System.Data.Common.Tests.WorkItemExecution dotnet/runtime#102739
706486 dotnet/runtime System.Data.Common.Tests.WorkItemExecution dotnet/runtime#103408
706349 dotnet/runtime System.Data.Common.Tests.WorkItemExecution dotnet/runtime#103399
705958 dotnet/runtime System.Data.Common.Tests.WorkItemExecution dotnet/runtime#103364
704655 dotnet/runtime System.Data.Common.Tests.WorkItemExecution dotnet/runtime#103319

Summary

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

amanasifkhalid avatar Jun 12 '24 16:06 amanasifkhalid

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

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

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

SamMonoRT avatar Jun 13 '24 15:06 SamMonoRT

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

cc @bartonjs @adamsitnik

eiriktsarpalis avatar Jun 13 '24 15:06 eiriktsarpalis

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.

bartonjs avatar Jun 13 '24 16:06 bartonjs

Assigning to @bartonjs for tracking.

SamMonoRT avatar Jun 21 '24 14:06 SamMonoRT

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

jeffschwMSFT avatar Jul 18 '24 15:07 jeffschwMSFT

@bartonjs - this is still marked for 9.0.0 -- please take a look and adjust milestone if necessary, or can we close the issue?

SamMonoRT avatar Sep 25 '24 14:09 SamMonoRT