The underlying issue is recorded in #211: one corrupt share in a query
response will cause us to ignore the remaining shares in that response, even
if they are good. In our tests (with N=10 but only 5 peers), this can leave
us with too few shares to recover the file.
The temporary workaround is to use 10 peers, to make sure we never get
multiple shares per response. The real fix will be to fix the control flow.
This fixes #209.
NEWERDATA = "this is getting old"
d = self.set_up_nodes()
+
def _create_mutable(res):
c = self.clients[0]
log.msg("starting create_mutable_file")