pulp/pulp-smash

Remove Content Unit deletion tests, and replace the delete Content Unit operations with orphan cleanup

Closed this issue · 2 comments

Pulp Issue #3445 (https://pulp.plan.io/issues/3445) removed the ability to delete content units, because it's inherently racy. Content Units could be deleted while a using them is still running.

Therefore plugin tests (currently the file plugin) which test Content Unit CRUD are currently broken. The Content Unit tests that test deletion should be removed, and the "tear down" routine should use orphan cleanup - once that functionality is completed (PR open to do so currently).

Orphan cleanup PR is merged - this issue is now unblocked

Related to: #914