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
Currently the main suite conclusion is not set correctly when subsuites have conclusion FAILED.
Example from a suite with a single sub-suite:
Subsuite:
{'conclusion': 'FAILED', 'description': 'Command line usage error, no artifacts created', 'verdict': 'FAILED'}
Suite:
'FAILED','SUCCESSFUL','No description received from ESR or ETR.'
No response
Conclusion shall not be SUCCESSFUL if there is at least one subsuite with conclusion not equal SUCCESSFUL.
main
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
Currently the main suite conclusion is not set correctly when subsuites have conclusion FAILED.
Example from a suite with a single sub-suite:
Subsuite:
Suite:
Additional Context
No response
Logs
No response
Expected Behavior
Conclusion shall not be SUCCESSFUL if there is at least one subsuite with conclusion not equal SUCCESSFUL.
Steps To Reproduce
No response
The version of this project/repo, if applicable
No response
The version/edition of the Eiffel Protocol used, if applicable
main
The text was updated successfully, but these errors were encountered: