#3016 closed defect (fixed)

Intermittent "Address already in use" failures in test_system, test_client

Reported by: exarkun Owned by: GitHub <noreply@…>
Priority: normal Milestone: undecided
Component: unknown Version: 1.12.1
Keywords: Cc:
Launchpad Bug:

Description

Along the lines of:

https://tahoe-lafs.org/trac/tahoe-lafs/ticket/2787 https://www.tahoe-lafs.org/trac/tahoe-lafs/ticket/2933 https://tahoe-lafs.org/trac/tahoe-lafs/ticket/1595

Some of the problem in test_system was previously fixed but those efforts only fixed the Foolscap Tub ports, not the Tahoe-LAFS web ports. So the fix needs to be repeated for those. Also a few other parts of Tahoe-LAFS test suite still do the bad tcp:0 thing - mostly test_client I think.

Now that we have a general purpose solution I _think_ these can all pretty easily be fixed in one go.

Change History (1)

comment:1 Changed at 2019-03-28T23:01:48Z by GitHub <noreply@…>

  • Owner set to GitHub <noreply@…>
  • Resolution set to fixed
  • Status changed from new to closed

In 7511b59/trunk:

Merge pull request #590 from tahoe-lafs/3016.address-already-in-use

Fix more "Address already in use" errors

Fixes: ticket:3016

Note: See TracTickets for help on using tickets.