mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-01 16:58:10 +00:00
Merge pull request #149 from warner/mutable-2034
use more servers for test_mutable.Update, to test #2034 properly
This commit is contained in:
commit
96c5574657
@ -3437,7 +3437,7 @@ class Update(GridTestMixin, unittest.TestCase, testutil.ShouldFailMixin):
|
||||
def setUp(self):
|
||||
GridTestMixin.setUp(self)
|
||||
self.basedir = self.mktemp()
|
||||
self.set_up_grid()
|
||||
self.set_up_grid(num_servers=13)
|
||||
self.c = self.g.clients[0]
|
||||
self.nm = self.c.nodemaker
|
||||
self.data = "testdata " * 100000 # about 900 KiB; MDMF
|
||||
|
Loading…
x
Reference in New Issue
Block a user