From 4210ba2b8ac00107ea9a93494cb628637a9fc85c Mon Sep 17 00:00:00 2001
From: Zooko O'Whielacronx <zooko@zooko.com>
Date: Tue, 11 Dec 2007 14:08:15 -0700
Subject: [PATCH] fix test_introducer to wait for the right things in order to
 avoid intermittent test failures

---
 src/allmydata/test/test_introducer.py | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/src/allmydata/test/test_introducer.py b/src/allmydata/test/test_introducer.py
index 7a8e6f09..0c521222 100644
--- a/src/allmydata/test/test_introducer.py
+++ b/src/allmydata/test/test_introducer.py
@@ -141,10 +141,7 @@ class TestIntroducer(unittest.TestCase, testutil.PollMixin):
             log.msg(" waiting until peer notices the disconnection")
             return origin_c.when_fewer_than_peers(NUMCLIENTS)
         d.addCallback(_wait_til_he_notices)
-        def _wait_for_reconnection(res):
-            log.msg(" doing _wait_for_reconnection()")
-            return origin_c.when_enough_peers(NUMCLIENTS)
-        d.addCallback(_wait_for_reconnection)
+        d.addCallback(_wait_for_all_connections)
         def _check2(res):
             log.msg("doing _check2")
             for c in clients:
-- 
2.45.2