Document Azure DevOps group limitations - #55325
Open
Evangelink wants to merge 4 commits into
Open
Conversation
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 75f9a66e-631b-4d19-9800-892cf968eefd
Contributor
There was a problem hiding this comment.
Pull request overview
Documents the new --report-azdo-groups option for Microsoft Testing Platform’s Azure DevOps report provider, and adds guidance about limitations when multiple test assemblies run in parallel.
Changes:
- Add
--report-azdo-groups(MTP 2.4.0) to the Azure DevOps options table, including valid values and dependency on--report-azdo. - Add a warning that Azure DevOps group markers can mis-nest when parallel assembly output interleaves, and recommend disabling groups for parallel multi-assembly runs.
- Update the note to reflect that Azure DevOps options were introduced across both MTP 2.3.0 and 2.4.0.
Show a summary per file
| File | Description |
|---|---|
| docs/core/testing/microsoft-testing-platform-test-reports.md | Documents --report-azdo-groups and adds parallel-run guidance for Azure DevOps log grouping. |
Copilot's findings
Suppressed comments (1)
docs/core/testing/microsoft-testing-platform-test-reports.md:167
- "The remaining options were added in MTP 2.3.0 or 2.4.0" reads like an either/or choice. Since the table can contain options introduced across multiple later versions, consider wording that clearly communicates "2.3.0 and later".
> The **MTP version** column lists the first MTP version that contains each option. The Azure DevOps extension itself became stable in MTP 1.9.0 with `--report-azdo` and `--report-azdo-severity`; the remaining options were added in MTP 2.3.0 or 2.4.0.
- Files reviewed: 1/1 changed files
- Comments generated: 1
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Evangelink
enabled auto-merge (squash)
August 6, 2026 10:00
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
azat-msft
approved these changes
Aug 6, 2026
nohwnd
reviewed
Aug 6, 2026
| |---|---|---| | ||
| | `--report-azdo` | 1.9.0 | Enables the Azure DevOps report generator. Errors and warnings are written to the output in a format that Azure DevOps understands. | | ||
| | `--report-azdo-severity` | 1.9.0 | Severity to use for reported events. Valid values are `error` (default) and `warning`. | | ||
| | `--report-azdo-groups` | 2.4.0 | Enables or disables per-assembly log groups. Valid values are `on` and `off` (default). Requires `--report-azdo`. | |
Member
There was a problem hiding this comment.
Not obvious to me what this does, 1 more sentence that says what the effect is would help.
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
--report-azdo-groupsoption introduced in MTP 2.4.0offand should be enabled only for a single assembly or serialized assembly executionValidation
markdownlint-cli2 docs/core/testing/microsoft-testing-platform-test-reports.mdgit diff --checkInternal previews