thelastpickle/cassandra-reaper

Ensure acceptance tests clean up after themselves

Opened this issue · 0 comments

Project board link

Acceptance tests don't currently clean up after themselves, causing downstream failure in all following tests (especially on steps like reaper has no cluster in storage which fails to obtain when a prior test has created a cluster).

It would be nice if we had some sort of @finally or @AfterTest hook that we could use to ensure cleanup even in the case of failure.