projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cdbfccd
)
test_mutable: add comment about minimal-bandwidth repairer, comma lack of
author
Brian Warner
<warner@lothar.com>
Wed, 6 Aug 2008 17:38:50 +0000
(10:38 -0700)
committer
Brian Warner
<warner@lothar.com>
Wed, 6 Aug 2008 17:38:50 +0000
(10:38 -0700)
src/allmydata/test/test_mutable.py
patch
|
blob
|
history
diff --git
a/src/allmydata/test/test_mutable.py
b/src/allmydata/test/test_mutable.py
index efa8fcf64075d5d864b74fd01651559fe057d13d..33f33c7e6b30aaad2df477f0bf8cf1b66762ca83 100644
(file)
--- 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()))