-
Notifications
You must be signed in to change notification settings - Fork 72
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
Prevent microservice tests from passing on errors #1972
Prevent microservice tests from passing on errors #1972
Conversation
b0e5575
to
931532d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Updated description:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@martin-mat I think this should be SKIPPED vs NA for the state.
Skipped: lack of capability, error in test, error in cnf
cc: @denverwilliams @wavell @HashNuke
Refs: cnti-testcatalog#1959 This updates the behaviour so the test will not pass when there is an environment or external error causing the test to not be able to do a complete validation as intended. (eg. the containers could not be inspected because of an external unrelated issue). The error is reported and the test will not pass. Signed-off-by: Martin Matyas <[email protected]>
931532d
to
81f405d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Description
This updates the behaviour so the test will not pass when there is an environment or external error causing the test to not be able to do a complete validation as intended. (eg. the containers could not be inspected because of an external unrelated issue).
The error is reported and the test will not pass.
Issues:
Refs: #1959
How has this been tested:
Types of changes:
Checklist:
Documentation
Code Review
Issue