Conversation
…y failing tests due to garbage collection
|
Looks good |
|
@boegel Failed again. Are you sure that remove is needed? |
|
@wpoely86: yes, because the subsequent subtest generates a module file with the same name, otherwise the exists test is useless the failure is deeper down now though... I'm starting to suspect this is caused by premature garbage collection of some sort, triggering a removed of the tmp dir created via The |
…sely, to avoid garbage collection in Python 2.6 cleaning up the install path prematurely
…f.test_*path where it wasn't used yet
|
Jenkins: test this please |
2 similar comments
|
Jenkins: test this please |
|
Jenkins: test this please |
|
@wpoely86: latest run of tests failed again, in yet another subtest of |
|
Jenkins: test this please |
|
Checked the Before diving into this, files in However, change time ( So, I've changed the cron job to remove files based on This issue only started occurring lately since I recently made the cleanup cron job a lot more aggressive, to deal with the full disk issues that have been happening when several tests were failing in rapid succession. So, this PR actually doesn't resolve any 'unstable' tests, but since it includes quite a bit of cleanup and an additional test for @wpoely86: can you give this another quick review before I merge this in? |
|
Jenkins: test this please |
|
I'll go ahead and merge this in since @wpoely86 already reviewed the bulk of it, and it mostly concerns the tests. |
@wpoely86: I think this should fix the occasionally failing tests (cfr. #982), please review.