BlackLab icon indicating copy to clipboard operation
BlackLab copied to clipboard

Clean up test indexes from /tmp

Open jan-niestadt opened this issue 3 years ago • 0 comments

When a test crashes, the test index is not cleaned up. We used to clean up any old test indexes we found, but this caused issues when running tests in parallel. Instead, we should check how old each test index is, and if it is older than, say, an hour, we can safely delete it.

jan-niestadt avatar Jul 26 '22 16:07 jan-niestadt