~jameinel/bzr/2.1-all-reconnect-819604

Viewing all changes in revision 4891.

  • Committer: John Arbash Meinel
  • Date: 2012-09-12 09:26:37 UTC
  • Revision ID: john@arbash-meinel.com-20120912092637-7kop15ivhav2jh3y
Fix a hang in the bundle tests.

The dummy server we implemented only allowed a single connection, and then it
would leave the main socket in 'listen' without ever calling accept again.
If we close it early, then we get ConnectionError instead of ConnectionReset
and we were trynig to test Reset.
So we just loop on the connect.
In bzr-2.5 it is done differently because we have the very nice test_server
infrastructure.

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: