From e47f559f0bec61f683c696bd50e174d7207d3524 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Mon, 18 Feb 2019 11:38:20 +0000 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c4375be..9f4b1f7 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,8 @@ Goals for bakare: * deduplication of file data * fuzzy find by file name in stored 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: * test with randomly created dirs and files, with property based tests and fuzzer +* see if we can use `salsa` for recomputaiton