From 572115a40502633bb312551a71cdd6b56c501922 Mon Sep 17 00:00:00 2001 From: Brian Warner Date: Wed, 6 Aug 2008 10:38:50 -0700 Subject: [PATCH] test_mutable: add comment about minimal-bandwidth repairer, comma lack of --- src/allmydata/test/test_mutable.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/allmydata/test/test_mutable.py b/src/allmydata/test/test_mutable.py index efa8fcf6..33f33c7e 100644 --- a/src/allmydata/test/test_mutable.py +++ b/src/allmydata/test/test_mutable.py @@ -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())) -- 2.45.2