-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Re-enable failing tests #2255
Re-enable failing tests #2255
Conversation
Disable TFM parallelism for dotnet test on the Polly.Core project to see if it is the cause of the two failing tests. See https://learn.microsoft.com/dotnet/core/whats-new/dotnet-9/sdk#run-tests-in-parallel.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## dotnet-vnext #2255 +/- ##
=============================================
Coverage 85.29% 85.29%
=============================================
Files 312 312
Lines 7426 7426
Branches 1118 1118
=============================================
Hits 6334 6334
Misses 746 746
Partials 346 346
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Try only disabling parallelism on Windows where there is the additional `net481` TFM.
Looks like the new parallel behaviour in .NET 9 SDK plus the additional 3rd TFM on Windows was what was causing the failures. |
f567882
into
App-vNext:dotnet-vnext
Disable TFM parallelism for `dotnet test` in the Polly.Core project on Windows to fix two failing tests. See https://learn.microsoft.com/dotnet/core/whats-new/dotnet-9/sdk#run-tests-in-parallel.
Disable TFM parallelism for `dotnet test` in the Polly.Core project on Windows to fix two failing tests. See https://learn.microsoft.com/dotnet/core/whats-new/dotnet-9/sdk#run-tests-in-parallel.
Disable TFM parallelism for `dotnet test` in the Polly.Core project on Windows to fix two failing tests. See https://learn.microsoft.com/dotnet/core/whats-new/dotnet-9/sdk#run-tests-in-parallel.
Disable TFM parallelism for `dotnet test` in the Polly.Core project on Windows to fix two failing tests. See https://learn.microsoft.com/dotnet/core/whats-new/dotnet-9/sdk#run-tests-in-parallel.
Disable TFM parallelism for `dotnet test` in the Polly.Core project on Windows to fix two failing tests. See https://learn.microsoft.com/dotnet/core/whats-new/dotnet-9/sdk#run-tests-in-parallel.
Disable TFM parallelism for
dotnet test
in the Polly.Core project to see if it is the cause of the two failing tests.See What's new in the SDK for .NET 9 - Run tests in parallel.