mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-20 17:52:50 +00:00
test_mutable: add comment about minimal-bandwidth repairer, comma lack of
This commit is contained in:
parent
cdbfccd23e
commit
572115a405
@ -1308,6 +1308,10 @@ class Repair(unittest.TestCase, PublishMixin):
|
||||
# TODO: examine results
|
||||
|
||||
new_shares = self.get_shares(self._storage)
|
||||
# TODO: this really shouldn't change anything. When we implement
|
||||
# a "minimal-bandwidth" repairer", change this test to assert:
|
||||
#self.failUnlessEqual(new_shares, initial_shares)
|
||||
|
||||
# all shares should be in the same place as before
|
||||
self.failUnlessEqual(set(self.initial_shares.keys()),
|
||||
set(new_shares.keys()))
|
||||
|
Loading…
x
Reference in New Issue
Block a user