mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-20 21:43:09 +00:00
fix test_introducer to wait for the right things in order to avoid intermittent test failures
This commit is contained in:
parent
dc3d9f28b8
commit
4210ba2b8a
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user