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:
37b7f13
)
test_GET_DIRURL_large: reduce from 400 to 200 children: the test fails to
author
Brian Warner
<warner@allmydata.com>
Tue, 15 Jan 2008 05:31:41 +0000
(22:31 -0700)
committer
Brian Warner
<warner@allmydata.com>
Tue, 15 Jan 2008 05:31:41 +0000
(22:31 -0700)
fail anyways, and 200 ought to be enough to trigger the problem, so 400 is
overkill, and just wastes CPU.
src/allmydata/test/test_web.py
patch
|
blob
|
history
diff --git
a/src/allmydata/test/test_web.py
b/src/allmydata/test/test_web.py
index 0932978bcfc665af203d34fbd84fdb74cc6f7c66..feb4ba361a55ab0bd8e5c4c5c376d4b5e3db1914 100644
(file)
--- a/
src/allmydata/test/test_web.py
+++ b/
src/allmydata/test/test_web.py
@@
-639,7
+639,7
@@
class Web(WebMixin, unittest.TestCase):
# actually works), but it isn't yet failing for me.
d = self.s.create_empty_dirnode()
- COUNT =
4
00
+ COUNT =
2
00
def _created(dirnode):
entries = [ (str(i), self._foo_uri) for i in range(COUNT) ]
d2 = dirnode.set_uris(entries)