]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
test_mutable: add comment about minimal-bandwidth repairer, comma lack of
authorBrian Warner <warner@lothar.com>
Wed, 6 Aug 2008 17:38:50 +0000 (10:38 -0700)
committerBrian Warner <warner@lothar.com>
Wed, 6 Aug 2008 17:38:50 +0000 (10:38 -0700)
src/allmydata/test/test_mutable.py

index efa8fcf64075d5d864b74fd01651559fe057d13d..33f33c7e6b30aaad2df477f0bf8cf1b66762ca83 100644 (file)
@@ -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()))