]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
introducer: don't log.err() an initial connection failure, since that flunks tests...
authorBrian Warner <warner@allmydata.com>
Thu, 9 Aug 2007 19:53:44 +0000 (12:53 -0700)
committerBrian Warner <warner@allmydata.com>
Thu, 9 Aug 2007 19:53:44 +0000 (12:53 -0700)
commit9ac5c1403757ef45977cd03954a4ac25ddd1d073
tree8edeab2a6f9fa2b3f4c457b97d94ac8dda933a26
parent84d41adfcc9ea18c343a69a23b5aadedc5dc69ce
introducer: don't log.err() an initial connection failure, since that flunks tests. Use self.log() instead. Also improve test_client.py to always trigger this case, before it was finishing to quickly to always hit the problem.
src/allmydata/introducer.py
src/allmydata/test/test_client.py