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
I expect the tests to run to completion (even if there is a failure), and then proceed to cleanup the cluster, docker images, etc.
What did you see instead? Under which circumstances?
The tests stop on a failure and then do not call cleanup.
Possible Solution
N/A
Additional context
I think the real issue is that some of the cleanup is done in the make file of the project, the make file of the operator under test, and the AfterSuite by the ginko test execution. All cleanup should be moved to one localtion/process where possible. If that is not possibe, each location should be referenced, and point to the other locations via documentation in the main make file.
The text was updated successfully, but these errors were encountered:
Bug Report
What did you do?
I ran the end to end tests via
make test-e2e
What did you expect to see?
I expect the tests to run to completion (even if there is a failure), and then proceed to cleanup the cluster, docker images, etc.
What did you see instead? Under which circumstances?
The tests stop on a failure and then do not call cleanup.
Possible Solution
N/A
Additional context
I think the real issue is that some of the cleanup is done in the make file of the project, the make file of the operator under test, and the
AfterSuite
by the ginko test execution. All cleanup should be moved to one localtion/process where possible. If that is not possibe, each location should be referenced, and point to the other locations via documentation in the main make file.The text was updated successfully, but these errors were encountered: