]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
Wed Dec 28 22:38:19 GMT 2011 Brian Warner <warner@lothar.com>
authorDaira Hopwood <daira@jacaranda.org>
Thu, 5 Sep 2013 17:00:46 +0000 (18:00 +0100)
committerDaira Hopwood <daira@jacaranda.org>
Thu, 5 Sep 2013 17:00:46 +0000 (18:00 +0100)
  * test_mutable: don't use 75 shares (slow), now that the bug is fixed

  I missed this part of Kevan's fix-1628.darcs.2.patch .

src/allmydata/test/test_mutable.py

index d6889719cffec93c74661abb8a0e721038aa0c85..2d226a4cdb1207dc5ddf76186d89de4dbfcf3f07 100644 (file)
@@ -2512,7 +2512,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.