mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-06-01 23:30:53 +00:00
use more servers for test_mutable.Update, to test #2034 properly
This commit is contained in:
parent
b6be693cbe
commit
2d3c805a90
@ -3437,7 +3437,7 @@ class Update(GridTestMixin, unittest.TestCase, testutil.ShouldFailMixin):
|
|||||||
def setUp(self):
|
def setUp(self):
|
||||||
GridTestMixin.setUp(self)
|
GridTestMixin.setUp(self)
|
||||||
self.basedir = self.mktemp()
|
self.basedir = self.mktemp()
|
||||||
self.set_up_grid()
|
self.set_up_grid(num_servers=13)
|
||||||
self.c = self.g.clients[0]
|
self.c = self.g.clients[0]
|
||||||
self.nm = self.c.nodemaker
|
self.nm = self.c.nodemaker
|
||||||
self.data = "testdata " * 100000 # about 900 KiB; MDMF
|
self.data = "testdata " * 100000 # about 900 KiB; MDMF
|
||||||
|
Loading…
x
Reference in New Issue
Block a user