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:
a8e515a
)
test_system.py: don't ask the stats-gatherer to poll: it tolerates failures, so it...
author
Brian Warner
<warner@lothar.com>
Thu, 4 Dec 2008 22:00:53 +0000
(15:00 -0700)
committer
Brian Warner
<warner@lothar.com>
Thu, 4 Dec 2008 22:00:53 +0000
(15:00 -0700)
src/allmydata/test/test_system.py
patch
|
blob
|
history
diff --git
a/src/allmydata/test/test_system.py
b/src/allmydata/test/test_system.py
index 87c1eb0d4b3154862d08fbe89ed802f06c307d0b..942ffe4b7d0557a69bed45b4968d072015b2650e 100644
(file)
--- a/
src/allmydata/test/test_system.py
+++ b/
src/allmydata/test/test_system.py
@@
-773,7
+773,6
@@
class SystemTest(SystemTestMixin, unittest.TestCase):
# P/s2-rw/
# P/test_put/ (empty)
d.addCallback(self._test_checker)
- d.addCallback(self._grab_stats)
return d
test_vdrive.timeout = 1100