| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Temporarily bypass deleted aka.ms aliases for test datasets and centralize resilient direct downloads in the shared test framework. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 57cca22a-bb40-4b25-b169-1c9e46ae88e1
There was a problem hiding this comment.
This PR updates ML.NET test infrastructure to bypass broken/deleted aka.ms/mlnet-resources aliases by switching tests/benchmarks to direct public URLs, and centralizes downloading logic into a shared helper to improve reliability.
Changes:
| File | Description |
|---|---|
| test/Microsoft.ML.TestFrameworkCommon/TestDownloadUtils.cs | New shared download helper with retry + temp-file move semantics. |
| test/Microsoft.ML.TestFrameworkCommon/Microsoft.ML.TestFrameworkCommon.csproj | Enables nullable annotations and links in RetryHelper for retries. |
| test/Microsoft.ML.TensorFlow.Tests/TensorflowTests.cs | Replaces ResourceManagerUtils downloads with direct blob URLs + TestDownloadUtils. |
| test/Microsoft.ML.PerformanceTests/ImageClassificationBench.cs | Switches dataset URL from aka.ms to direct blob URL. |
| test/Microsoft.ML.PerformanceTests/BenchmarkBase.cs | Replaces resource manager downloads with direct URL downloads via TestDownloadUtils. |
| test/Microsoft.ML.AutoML.Tests/DatasetUtil.cs | Switches dataset URL from aka.ms to direct blob URL. |
Sorry, something went wrong.
Validate response content length and remove the unused benchmark path local. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 57cca22a-bb40-4b25-b169-1c9e46ae88e1
Pull request was closed
There was a problem hiding this comment.
Thanks a lot for fixing this
Sorry, something went wrong.
Use a local-only helper for checked-in benchmark data and reserve network downloads for explicit external datasets. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 57cca22a-bb40-4b25-b169-1c9e46ae88e1
Handle OperationCanceledException from timed-out response body copies in addition to TaskCanceledException. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 57cca22a-bb40-4b25-b169-1c9e46ae88e1
Sorry, something went wrong.
|
Yeah, but I can't merge it. Let me try the override to see if it works here. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Summary
Fixes #7662
Validation