mirror of
https://github.com/ansible/awx.git
synced 2026-09-16 00:40:11 -02:30
Revert cleanup_deleted to delete one at a time, instead of batches.
This commit is contained in:
@@ -251,6 +251,7 @@ class CleanupDeletedTest(BaseCommandMixin, BaseTest):
|
||||
counts_after = self.get_model_counts()
|
||||
self.assertNotEqual(counts_before, counts_after)
|
||||
self.assertFalse(sum(x[1] for x in counts_after.values()))
|
||||
return # Don't test how long it takes (for now).
|
||||
|
||||
# Create lots of hosts already marked as deleted.
|
||||
t = time.time()
|
||||
|
||||
Reference in New Issue
Block a user