#3026 closed defect (fixed)

Intermittent "Address already in use" error from various allmydata.test.test_system tests

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

Description

Other tests continue to fail with the same failure as described on https://tahoe-lafs.org/trac/tahoe-lafs/ticket/2933

Change History (3)

comment:1 Changed at 2019-04-11T20:26:45Z by exarkun

One cause of this is probably the "control tub" which uses allocate_tcp_port. Another cause is probably the "log tub" which does the same.

comment:3 Changed at 2019-04-17T20:22:51Z by GitHub <noreply@…>

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

In 48a2b42e/trunk:

Merge pull request #601 from tahoe-lafs/3026.more-eaddrinuse-fixes

Fix more test suite code that can spuriously trip over EADDRINUSE

Fixes: ticket:3026

Note: See TracTickets for help on using tickets.