Skip to content
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

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

Merged
merged 4 commits into from
Sep 30, 2024

Conversation

MarcoRossignoli
Copy link
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
6 checks passed
@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