insights-core icon indicating copy to clipboard operation
insights-core copied to clipboard

Client tests leaving tmp files in /tmp

Open csams opened this issue 7 years ago • 2 comments

Client tests create a dozen or so tmp files in /tmp that aren't cleaned up.

csams avatar Aug 30 '18 20:08 csams

Are you referring to the NamedTemporaryFiles created by the test suite? These should be deleted automatically by Python upon closing. But if these are what you’re talking about, then it probably doesn’t happen. Let’s investigate why.

Glutexo avatar Aug 31 '18 08:08 Glutexo

Yeah, there are several of those and then one for testing touch times.

csams avatar Aug 31 '18 15:08 csams