Skip to content
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

End To End Tests Do Not Cleanup On Failure(s) #52

Open
acornett21 opened this issue Jan 17, 2024 · 0 comments
Open

End To End Tests Do Not Cleanup On Failure(s) #52

acornett21 opened this issue Jan 17, 2024 · 0 comments

Comments

@acornett21
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant