You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What happened:
In test-lb-service.sh we do trap "delete_resources" EXIT to make sure we cleanup resources on a test failure. In there, we only fetched the $? after making a check for ${AUTO_CLEAN_UP}, which itself alters the code to 0, so function always returns success. This means tests can never really fail.
What you expected to happen:
Tests can fail.
How to reproduce it:
Run the tests.
Anything else we need to know?:
It's already fixed, I'm creating bugs historically.
Environment:
openstack-cloud-controller-manager(or other related binary) version:
OpenStack version:
Others:
The text was updated successfully, but these errors were encountered:
Is this a BUG REPORT or FEATURE REQUEST?:
/kind bug
What happened:$? after making a check for $ {AUTO_CLEAN_UP}, which itself alters the code to 0, so function always returns success. This means tests can never really fail.
In test-lb-service.sh we do trap "delete_resources" EXIT to make sure we cleanup resources on a test failure. In there, we only fetched the
What you expected to happen:
Tests can fail.
How to reproduce it:
Run the tests.
Anything else we need to know?:
It's already fixed, I'm creating bugs historically.
Environment:
The text was updated successfully, but these errors were encountered: