Bug #15042
katello_fixtures directory not cleaned up in /tmp
Description
Katello tests create a temporary directory which doesn't appear to be cleaned up:
This is resulting in large numbers of directories in /tmp on Jenkins slaves and using disk space. mktmpdir should be used with a block or cleanup mechanism.
Associated revisions
History
#1
Updated by Eric Helms about 6 years ago
- Legacy Backlogs Release (now unused) set to 143
#2
Updated by Justin Sherrill almost 6 years ago
- Legacy Backlogs Release (now unused) changed from 143 to 184
#3
Updated by The Foreman Bot almost 6 years ago
- Status changed from New to Ready For Testing
- Assignee set to Justin Sherrill
- Pull request https://github.com/Katello/katello/pull/6309 added
#4
Updated by Justin Sherrill almost 6 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset katello|f37139069e84bd70d99b9c99477355d223b45f4c.
Fixes #15042 - Use a single fixture dir (#6309)