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

Fix lost open files and implement FULLSYNC for pack files on Mac OS #55

Closed giovannipizzi closed 4 years ago

giovannipizzi commented 4 years ago

Also, make performance tests avoid to use random data, to make them more reliable

codecov[bot] commented 4 years ago

Codecov Report

Merging #55 into develop will decrease coverage by 0.11%. The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop      #55      +/-   ##
===========================================
- Coverage   100.00%   99.88%   -0.12%     
===========================================
  Files            7        7              
  Lines          874      889      +15     
===========================================
+ Hits           874      888      +14     
- Misses           0        1       +1     
Impacted Files Coverage Δ
disk_objectstore/container.py 99.75% <100.00%> (-0.25%) :arrow_down:
disk_objectstore/utils.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 6fae5f8...ccb8d57. Read the comment docs.