Skip to content

Enable MTP retry feature on Linux agents#5547

Open
mikaelweave wants to merge 2 commits intomainfrom
feature/enable-mtp-retry-linux
Open

Enable MTP retry feature on Linux agents#5547
mikaelweave wants to merge 2 commits intomainfrom
feature/enable-mtp-retry-linux

Conversation

@mikaelweave
Copy link
Copy Markdown
Contributor

@mikaelweave mikaelweave commented May 4, 2026

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

- 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>
@mikaelweave mikaelweave requested a review from a team as a code owner May 4, 2026 21:44
@codecov-commenter
Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 77.39%. Comparing base (545c184) to head (5d595fa).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            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              

see 10 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@mikaelweave mikaelweave added this to the FY26\Q4\2Wk\2Wk22 milestone May 5, 2026
@mikaelweave mikaelweave added Bug Bug bug bug. Azure API for FHIR Label denotes that the issue or PR is relevant to the Azure API for FHIR Azure Healthcare APIs Label denotes that the issue or PR is relevant to the FHIR service in the Azure Healthcare APIs No-ADR ADR not needed No-PaaS-breaking-change labels May 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Azure API for FHIR Label denotes that the issue or PR is relevant to the Azure API for FHIR Azure Healthcare APIs Label denotes that the issue or PR is relevant to the FHIR service in the Azure Healthcare APIs Bug Bug bug bug. No-ADR ADR not needed No-PaaS-breaking-change

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants