]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit - src/allmydata/interfaces.py
CheckResults corrupt/incompatible shares now return IServers 10/head
authorBrian Warner <warner@lothar.com>
Fri, 25 May 2012 19:58:28 +0000 (12:58 -0700)
committerBrian Warner <warner@lothar.com>
Sat, 2 Jun 2012 18:39:12 +0000 (11:39 -0700)
commit188c7fecf5d2e62d8dcfbff0791fe1125def971b
treef648f6cedcc6afe0e50d7d4dac90cd6cd35949fd
parentda9ac5529493593195fc6598c85c64b764c7f20f
CheckResults corrupt/incompatible shares now return IServers

DeepResultsBase also has a get_corrupt_shares(), and it is populated
from CheckResults.get_corrupt_shares(). It has been updated too, along
with get_remaining_corrupt_shares().

Remove temporary get_new_corrupt_shares() and
get_new_incompatible_shares().
src/allmydata/check_results.py
src/allmydata/immutable/filenode.py
src/allmydata/interfaces.py
src/allmydata/test/test_checker.py
src/allmydata/web/check_results.py