dotnet / machinelearning

ML.NET is an open source and cross-platform machine learning framework for .NET.
https://dot.net/ml
MIT License
8.92k stars 1.86k forks source link

[release/3.0] Update .NET Runtimes to latest version #6967

Closed github-actions[bot] closed 5 months ago

github-actions[bot] commented 5 months ago

Backport of #6964 to release/3.0

/cc @ericstj

Test only infrastructure change.

codecov[bot] commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (9e500a5) 68.80% compared to head (8bd2265) 68.80%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## release/3.0 #6967 +/- ## =============================================== - Coverage 68.80% 68.80% -0.01% =============================================== Files 1240 1240 Lines 249652 249652 Branches 25511 25511 =============================================== - Hits 171776 171773 -3 - Misses 71276 71278 +2 - Partials 6600 6601 +1 ``` | [Flag](https://app.codecov.io/gh/dotnet/machinelearning/pull/6967/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dotnet) | Coverage Δ | | |---|---|---| | [Debug](https://app.codecov.io/gh/dotnet/machinelearning/pull/6967/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dotnet) | `68.80% <ø> (-0.01%)` | :arrow_down: | | [production](https://app.codecov.io/gh/dotnet/machinelearning/pull/6967/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dotnet) | `63.27% <ø> (-0.01%)` | :arrow_down: | | [test](https://app.codecov.io/gh/dotnet/machinelearning/pull/6967/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dotnet) | `88.41% <ø> (ø)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dotnet#carryforward-flags-in-the-pull-request-comment) to find out more. [see 3 files with indirect coverage changes](https://app.codecov.io/gh/dotnet/machinelearning/pull/6967/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dotnet)
ericstj commented 5 months ago

New failure mode showing up in Ubuntu test build:

[Long Running Test] 'Microsoft.ML.Tests.Scenarios.Api.CookbookSamples.CookbookSamplesDynamicApi.TextFeaturization', Elapsed: 00:58:11
[Long Running Test] 'Microsoft.ML.Tests.Transformers.WordEmbeddingsTests.TestWordEmbeddings', Elapsed: 00:58:08

Could there be a deadlock between these two? On my machine they finish in under a minute.