From: Brian Warner Date: Thu, 4 Dec 2008 22:00:53 +0000 (-0700) Subject: test_system.py: don't ask the stats-gatherer to poll: it tolerates failures, so it... X-Git-Url: https://git.rkrishnan.org/architecture.txt?a=commitdiff_plain;h=7cfc74bcc99d04be383114d50e12a3f6608e447d;p=tahoe-lafs%2Ftahoe-lafs.git test_system.py: don't ask the stats-gatherer to poll: it tolerates failures, so it isn't really giving us enough test coverage. Removing the call will make it more clear that we need to improve the tests later --- diff --git a/src/allmydata/test/test_system.py b/src/allmydata/test/test_system.py index 87c1eb0d..942ffe4b 100644 --- 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