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.DataTableReadXmlSchemaTest.XsdSchemaDeserializationIgnoresLocale #103062

Open
carlossanlop opened this issue Jun 5, 2024 · 2 comments
Assignees
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
Milestone

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

Build Definition Test Pull Request
710920 dotnet/runtime System.Data.Common.Tests.WorkItemExecution #103604
710890 dotnet/runtime System.Data.Common.Tests.WorkItemExecution #103588
710640 dotnet/runtime System.Data.Common.Tests.WorkItemExecution #103595
710580 dotnet/runtime System.Data.Common.Tests.WorkItemExecution #103591
710407 dotnet/runtime System.Data.Common.Tests.WorkItemExecution #103562
709904 dotnet/runtime System.Data.Common.Tests.WorkItemExecution #103564
709475 dotnet/runtime System.Data.Common.Tests.WorkItemExecution #103081
709774 dotnet/runtime System.Data.Common.Tests.WorkItemExecution #103558
709680 dotnet/runtime System.Data.Common.Tests.WorkItemExecution #103405
709493 dotnet/runtime System.Data.Common.Tests.WorkItemExecution #103523
709132 dotnet/runtime System.Data.Common.Tests.WorkItemExecution
708815 dotnet/runtime System.Data.Common.Tests.WorkItemExecution #103508
708599 dotnet/runtime System.Data.Common.Tests.WorkItemExecution #103436
708542 dotnet/runtime System.Data.Common.Tests.WorkItemExecution #102144
708554 dotnet/runtime System.Data.Common.Tests.WorkItemExecution #103497
708353 dotnet/runtime System.Data.Common.Tests.WorkItemExecution #103381
708285 dotnet/runtime System.Data.Common.Tests.WorkItemExecution #103324
2473768 dotnet-runtime System.Data.Common.Tests.WorkItemExecution
707115 dotnet/runtime System.Data.Common.Tests.WorkItemExecution #103442
706950 dotnet/runtime System.Data.Common.Tests.WorkItemExecution #103391
706355 dotnet/runtime System.Data.Common.Tests.WorkItemExecution #103226
705881 dotnet/runtime System.Data.Common.Tests.WorkItemExecution #103375
705403 dotnet/runtime System.Data.Common.Tests.WorkItemExecution #103058
705150 dotnet/runtime System.Data.Common.Tests.WorkItemExecution #103306
704509 dotnet/runtime System.Data.Common.Tests.WorkItemExecution #103055
704437 dotnet/runtime System.Data.Common.Tests.WorkItemExecution #103319
703199 dotnet/runtime System.Data.Common.Tests.WorkItemExecution #102364
702989 dotnet/runtime System.Data.Common.Tests.WorkItemExecution #103188
702719 dotnet/runtime System.Data.Common.Tests.WorkItemExecution #103236
702615 dotnet/runtime System.Data.Common.Tests.WorkItemExecution #103159
702542 dotnet/runtime System.Data.Common.Tests.WorkItemExecution #103143
702045 dotnet/runtime System.Data.Common.Tests.WorkItemExecution #103213
701662 dotnet/runtime System.Data.Common.Tests.WorkItemExecution
701555 dotnet/runtime System.Data.Common.Tests.WorkItemExecution

Summary

24-Hour Hit Count 7-Day Hit Count 1-Month Count
0 0 34
@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
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-windows runtime-coreclr specific to the CoreCLR runtime
Projects
None yet
Development

No branches or pull requests

3 participants