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

Report tests that did not run / hanged as errors in trx #2506

Closed
nohwnd opened this issue Aug 3, 2020 · 1 comment
Closed

Report tests that did not run / hanged as errors in trx #2506

nohwnd opened this issue Aug 3, 2020 · 1 comment

Comments

@nohwnd
Copy link
Member

nohwnd commented Aug 3, 2020

When test host crashes, or is crashed when hang is detected, report the tests that did not finish as failed / aborted, to make more visible that something happened.

@mfkl
Copy link

mfkl commented Oct 18, 2022

_abortedTests = countForNonExistingResults;
_errorTests = countForNonExistingResults;
_timeoutTests = countForNonExistingResults;
_inconclusiveTests = countForNonExistingResults;
_passedButRunAborted = countForNonExistingResults;
_notRunnable = countForNonExistingResults;
_notExecuted = countForNonExistingResults;
_disconnected = countForNonExistingResults;
_warning = countForNonExistingResults;
_completed = countForNonExistingResults;
_inProgress = countForNonExistingResults;
_pending = countForNonExistingResults;

This seems like it would be the cause of missing information in the TRX report. Would you accept a PR to improve this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants