dotnet / runtime

.NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.
https://docs.microsoft.com/dotnet/core/
MIT License
15.27k stars 4.73k forks source link

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

Open carlossanlop opened 5 months ago

carlossanlop commented 5 months ago

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 start -->
 ### Known issue validation
**Build: :mag_right:** 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:** :white_check_mark: Known issue matched with the provided build.
**Validation performed at:** 6/5/2024 2:59:59 AM UTC
<!-- Known issue validation end -->
<!--Known issue error report start -->

### Report
#### Summary
|24-Hour Hit Count|7-Day Hit Count|1-Month Count|
|---|---|---|
|0|0|0|
<!--Known issue error report end -->
dotnet-policy-service[bot] commented 5 months ago

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

SamMonoRT commented 4 months ago

@bartonjs - this is another BinaryFormatter related test. Assigning to you for tracking. https://github.com/dotnet/runtime/blob/65ef1101ddd8f45d61eb8be7f6d9ae5d4050c804/src/libraries/System.Data.Common/tests/System/Data/DataTableReadXmlSchemaTest.cs#L479

cc @eiriktsarpalis

SamMonoRT commented 1 month ago

@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 commented 1 week ago

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.