Enable MTP retry feature on Linux agents#5547
Open
mikaelweave wants to merge 2 commits intomainfrom
Open
Conversation
- Add AllowPtrToDetectTestRunRetryFiles: true as a job-level variable to all test jobs (SQL, Cosmos, export, and build/unit test jobs) - Re-enable failTaskOnFailedTests: true in all PublishTestResults@2 tasks (removes workaround for microsoft/testfx#7167 now that cross-platform support is fixed via azure-pipelines-agent#5496 and azure-pipelines-tasks#21934) - Add --report-trx to unit test arguments in build.yml (non-coverage path) for consistency with coverage path Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #5547 +/- ##
==========================================
- Coverage 77.61% 77.39% -0.23%
==========================================
Files 983 983
Lines 36005 36005
Branches 5469 5469
==========================================
- Hits 27947 27866 -81
- Misses 6710 6791 +81
Partials 1348 1348 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Enables the Microsoft Testing Platform Azure retry feature on all test jobs, now that Linux support has been fixed in the upstream Azure Pipelines infrastructure:
AB#189958