From: Zooko O'Whielacronx <zooko@zooko.com>
Date: Tue, 27 Jan 2009 00:46:16 +0000 (-0700)
Subject: setup: go ahead and check for noise in test_client_no_noise
X-Git-Tag: allmydata-tahoe-1.3.0~140
X-Git-Url: https://git.rkrishnan.org/pf/content/%22news.html//%22?a=commitdiff_plain;h=688bb7a453458bd6fb2c2bd089afb27b416ed6d8;p=tahoe-lafs%2Ftahoe-lafs.git

setup: go ahead and check for noise in test_client_no_noise
---

diff --git a/src/allmydata/test/test_runner.py b/src/allmydata/test/test_runner.py
index 90cd4cfb..03f797cb 100644
--- a/src/allmydata/test/test_runner.py
+++ b/src/allmydata/test/test_runner.py
@@ -290,7 +290,7 @@ class RunNode(unittest.TestCase, pollmixin.PollMixin, common_util.SignalMixin):
             open(HOTLINE_FILE, "w").write("")
             self.failUnlessEqual(rc_or_sig, 0, errstr)
             self.failUnlessEqual(out, "", errstr) # If you emit noise, you fail this test.
-            # self.failUnlessEqual(err, "", errstr) # See test_client_no_noise -- for now we ignore noise.
+            self.failUnlessEqual(err, "", errstr)
 
             # the parent (twistd) has exited. However, twistd writes the pid
             # from the child, not the parent, so we can't expect twistd.pid