We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I experienced a test wrapper failure which was reported in the run output, but the final status line reported that all tests succeeded.
Failure detected in output: TASK [test_generic : We failed] ************************************************ ok: [perf-intel-23] => { "msg": "//root/workloads/autohpl-wrapper-1.23/auto_hpl/build_run_hpl.sh reported failure." }
TASK [test_generic : We failed] ************************************************
ok: [perf-intel-23] => {
"msg": "//root/workloads/autohpl-wrapper-1.23/auto_hpl/build_run_hpl.sh reported failure."
}
Final output line reports all tests succeeded: All tests executed sucessfully
All tests executed sucessfully
The expected behavior is that test failures and successes would be accurately and consistently reported.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I experienced a test wrapper failure which was reported in the run output, but the final status line reported that all tests succeeded.
Failure detected in output:
TASK [test_generic : We failed] ************************************************
ok: [perf-intel-23] => {
"msg": "//root/workloads/autohpl-wrapper-1.23/auto_hpl/build_run_hpl.sh reported failure."
}
Final output line reports all tests succeeded:
All tests executed sucessfully
The expected behavior is that test failures and successes would be accurately and consistently reported.
The text was updated successfully, but these errors were encountered: