aiidateam / disk-objectstore

An implementation of an efficient "object store" (actually, a key-value store) writing files on disk and not requiring a running server
https://disk-objectstore.readthedocs.io
MIT License
15 stars 8 forks source link

Add periodic cron tests to check concurrency #76

Closed giovannipizzi closed 4 years ago

giovannipizzi commented 4 years ago

These tests are 'expensive'. We'll keep a short version for CI, but then once a day we could run tests with more repetitions.

The scaffolding is ready to be merged when we fix #37, and then we can fix this issue