Update README.md
This commit is contained in:
parent
1335d04894
commit
e47f559f0b
1 changed files with 2 additions and 0 deletions
|
@ -40,6 +40,8 @@ Goals for bakare:
|
||||||
* deduplication of file data
|
* deduplication of file data
|
||||||
* fuzzy find by file name in stored files
|
* fuzzy find by file name in stored files
|
||||||
* failure to process one file should not affect any other files
|
* failure to process one file should not affect any other files
|
||||||
|
* intermittent network failures should not make the whole process fail (test with random packet drop)
|
||||||
|
|
||||||
Implementation:
|
Implementation:
|
||||||
* test with randomly created dirs and files, with property based tests and fuzzer
|
* test with randomly created dirs and files, with property based tests and fuzzer
|
||||||
|
* see if we can use `salsa` for recomputaiton
|
||||||
|
|
Loading…
Reference in a new issue