mirror of
https://github.com/odoo/runbot.git
synced 2025-03-18 08:55:48 +07:00
![]() I'm surprised this ever worked, I guess concurrent tests stopped working long before that? Or I misunderstood some of the historical failures as transient? During the cleanup of the forwardport test, I'd empty out the `user_cache_dir('forwardport') / owner`, except the owner is always the same (more or less) so all the tests check out their repos (and working copies) in the same directory. If one test is cleaning up while an other is performing a forward port, the second will blow up. Also move the filestore to a tempdir, especially during creation of the template db: it gets leaked so over time that generates gigabytes of data which doesn't get cleaned up. But the template db filestore is only "necessary" during the creation of the template, once the template's been created it's of no use and won't be copied to create the test dbs (though it could be, I guess). |
||
---|---|---|
.. | ||
conftest.py | ||
test_batches.py | ||
test_conflicts.py | ||
test_limit.py | ||
test_overrides.py | ||
test_simple.py | ||
test_updates.py | ||
test_weird.py |