]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
test_mutable: don't use 75 shares (slow), now that the bug is fixed
authorBrian Warner <warner@lothar.com>
Wed, 28 Dec 2011 22:38:19 +0000 (14:38 -0800)
committerBrian Warner <warner@lothar.com>
Wed, 28 Dec 2011 22:38:19 +0000 (14:38 -0800)
I missed this part of Kevan's fix-1628.darcs.2.patch .

src/allmydata/test/test_mutable.py

index 2722a3cf7dd6614abe566632dfeb08a332c00ca3..c590a6b6004e1bc2eb9a5be32575cf0612cd0538 100644 (file)
@@ -2537,7 +2537,6 @@ class Problems(GridTestMixin, unittest.TestCase, testutil.ShouldFailMixin):
     def test_multiply_placed_shares(self):
         self.basedir = "mutable/Problems/test_multiply_placed_shares"
         self.set_up_grid()
-        self.g.clients[0].DEFAULT_ENCODING_PARAMETERS['n'] = 75
         nm = self.g.clients[0].nodemaker
         d = nm.create_mutable_file(MutableData("contents 1"))
         # remove one of the servers and reupload the file.