Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

CI timeout in System.Data.Tests.DataTableReadXmlSchemaTest.XsdSchemaDeserializationIgnoresLocale #103062

Open
carlossanlop opened this issue Jun 5, 2024 · 4 comments
Labels
arch-x64 area-System.Data Known Build Error Use this to report build issues in the .NET Helix tab os-windows runtime-coreclr specific to the CoreCLR runtime

Comments

@carlossanlop
Copy link
Member

carlossanlop commented Jun 5, 2024

Build Information

Build: https://dev.azure.com/dnceng-public/public/_build/results?buildId=697729
Build error leg or test failing: System.Data.Tests.DataTableReadXmlSchemaTest.XsdSchemaDeserializationIgnoresLocale

Error Message

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

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

C:\h\w\A45B097A\w\A2D00974\e>"C:\h\w\A45B097A\p\dotnet.exe" exec --runtimeconfig System.Data.Common.Tests.runtimeconfig.json --depsfile System.Data.Common.Tests.deps.json xunit.console.dll System.Data.Common.Tests.dll -xml testResults.xml -nologo -nocolor -notrait category=IgnoreForCI -notrait category=OuterLoop -notrait category=failing  
  Discovering: System.Data.Common.Tests (method display = ClassAndMethod, method display options = None)
  Discovered:  System.Data.Common.Tests (found 1823 of 1825 test cases)
  Starting:    System.Data.Common.Tests (parallel test collections = on [4 threads], stop on fail = off)
   System.Data.Common.Tests: [Long Running Test] 'System.Data.Tests.DataTableReadXmlSchemaTest.XsdSchemaDeserializationIgnoresLocale', Elapsed: 00:02:43
   System.Data.Common.Tests: [Long Running Test] 'System.Data.Tests.DataTableReadXmlSchemaTest.XsdSchemaDeserializationIgnoresLocale', Elapsed: 00:04:43
   System.Data.Common.Tests: [Long Running Test] 'System.Data.Tests.DataTableReadXmlSchemaTest.XsdSchemaDeserializationIgnoresLocale', Elapsed: 00:06:43
   System.Data.Common.Tests: [Long Running Test] 'System.Data.Tests.DataTableReadXmlSchemaTest.XsdSchemaDeserializationIgnoresLocale', Elapsed: 00:08:44
   System.Data.Common.Tests: [Long Running Test] 'System.Data.Tests.DataTableReadXmlSchemaTest.XsdSchemaDeserializationIgnoresLocale', Elapsed: 00:10:44
   System.Data.Common.Tests: [Long Running Test] 'System.Data.Tests.DataTableReadXmlSchemaTest.XsdSchemaDeserializationIgnoresLocale', Elapsed: 00:12:44
   System.Data.Common.Tests: [Long Running Test] 'System.Data.Tests.DataTableReadXmlSchemaTest.XsdSchemaDeserializationIgnoresLocale', Elapsed: 00:14:44
['System.Data.Common.Tests' END OF WORK ITEM LOG: Command timed out, and was killed]

Known issue validation

Build: 🔎 https://dev.azure.com/dnceng-public/public/_build/results?buildId=697729
Error message validated: [[Long Running Test] 'System.Data.Tests.DataTableReadXmlSchemaTest.XsdSchemaDeserializationIgnoresLocale' Command timed out, and was killed]
Result validation: ✅ Known issue matched with the provided build.
Validation performed at: 6/5/2024 2:59:59 AM UTC

Report

Summary

24-Hour Hit Count 7-Day Hit Count 1-Month Count
0 0 0
@carlossanlop carlossanlop added area-System.Data os-windows arch-x64 runtime-coreclr specific to the CoreCLR runtime Known Build Error Use this to report build issues in the .NET Helix tab labels Jun 5, 2024
@dotnet-policy-service dotnet-policy-service bot added the untriaged New issue has not been triaged by the area owner label Jun 5, 2024
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

@bartonjs - this is another BinaryFormatter related test. Assigning to you for tracking.

public void XsdSchemaDeserializationIgnoresLocale()

cc @eiriktsarpalis

@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

SamMonoRT commented Sep 25, 2024

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

@bartonjs
Copy link
Member

BinaryFormatter can be missing, present-or-disabled, or present-and-enabled. The only changes we did during 9 were to make it be missing by default, nothing that would have made a test be long running.

@bartonjs bartonjs removed this from the 9.0.0 milestone Oct 31, 2024
@bartonjs bartonjs removed their assignment Oct 31, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
arch-x64 area-System.Data Known Build Error Use this to report build issues in the .NET Helix tab os-windows runtime-coreclr specific to the CoreCLR runtime
Projects
None yet
Development

No branches or pull requests

3 participants