Skip to content

Fix trx in case of exit code != 0#3887

Merged
Evangelink merged 4 commits into
microsoft:mainfrom
MarcoRossignoli:dev/mr/trxpolicy
Sep 30, 2024
Merged

Fix trx in case of exit code != 0#3887
Evangelink merged 4 commits into
microsoft:mainfrom
MarcoRossignoli:dev/mr/trxpolicy

Conversation

@MarcoRossignoli
Copy link
Copy Markdown
Contributor

@MarcoRossignoli MarcoRossignoli commented Sep 30, 2024

This pull request introduces changes to the TrxReportGenerator and related classes to include the process exit code in the TRX report generation. The most important changes include adding a new dependency for ITestApplicationProcessExitCode, updating the TrxReportEngine to handle the exit code, and modifying the result summary to reflect the exit code.

Changes to TrxReportGenerator and Dependencies:

Changes to TrxReportEngine:

Changes to TrxProcessLifetimeHandler:

Additional Changes:

Localization Updates:

  • Added new localized string for "The ITestApplicationResult has not been built yet." in multiple resource files. [1] [2] [3] [4] [5] [6]

fixes #3768

Evangelink
Evangelink previously approved these changes Sep 30, 2024
@Evangelink Evangelink merged commit 0a8bba2 into microsoft:main Sep 30, 2024
@MarcoRossignoli MarcoRossignoli deleted the dev/mr/trxpolicy branch September 30, 2024 14:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

When all tests are skipped, Trx report outcome is "Completed"

2 participants