unit tests fail if port 8123 is already in use #175

Closed
opened 2007-10-13 06:45:09 +00:00 by zooko · 2 comments
zooko commented 2007-10-13 06:45:09 +00:00
Owner
ERROR: allmydata.test.test_runner.RunNode.test_client

Traceback (most recent call last):
Failure: twisted.internet.defer.TimeoutError: <allmydata.test.test_runner.RunNode testMethod=test_client> (test_client) still running at 120.0 secs

and, from test_runner/RunNode/test_client/c1/logs/twistd.log:

2007-10-13 00:41:46 [-] twisted.internet.error.CannotListenError: Couldn't listen on 127.0.0.1:8123: (48, 'Address already in use').
``` ERROR: allmydata.test.test_runner.RunNode.test_client Traceback (most recent call last): Failure: twisted.internet.defer.TimeoutError: <allmydata.test.test_runner.RunNode testMethod=test_client> (test_client) still running at 120.0 secs ``` and, from test_runner/RunNode/test_client/c1/logs/twistd.log: ``` 2007-10-13 00:41:46 [-] twisted.internet.error.CannotListenError: Couldn't listen on 127.0.0.1:8123: (48, 'Address already in use'). ```
tahoe-lafs added the
unknown
major
defect
0.6.0
labels 2007-10-13 06:45:09 +00:00
tahoe-lafs added this to the 0.6.1 milestone 2007-10-13 06:45:09 +00:00
tahoe-lafs changed title from unit tests fail if port 8123 is already in user to unit tests fail if port 8123 is already in use 2007-10-13 06:49:14 +00:00
warner commented 2007-10-13 22:53:57 +00:00
Author
Owner

oops, good catch. I'll go through and make sure we're passing an explicit webport=0 for all the unit tests, so they don't default to 8123 anywhere.

oops, good catch. I'll go through and make sure we're passing an explicit webport=0 for all the unit tests, so they don't default to 8123 anywhere.
warner commented 2007-10-13 23:07:18 +00:00
Author
Owner

fixed, in changeset:7cb41f4eaa2aa91c.

fixed, in changeset:7cb41f4eaa2aa91c.
tahoe-lafs added
code
fixed
and removed
unknown
labels 2007-10-13 23:07:18 +00:00
warner closed this issue 2007-10-13 23:07:18 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: tahoe-lafs/trac-2024-07-25#175
No description provided.