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
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'). ```
zooko added the
unknown
major
defect
0.6.0
labels 2007-10-13 06:45:09 +00:00
zooko added this to the 0.6.1 milestone 2007-10-13 06:45:09 +00:00
zooko self-assigned this 2007-10-13 06:45:09 +00:00
zooko 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

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.
zooko was unassigned by warner 2007-10-13 22:53:57 +00:00
warner self-assigned this 2007-10-13 22:53:57 +00:00

fixed, in changeset:7cb41f4eaa2aa91c.

fixed, in changeset:7cb41f4eaa2aa91c.
warner added
code
fixed
and removed
unknown
labels 2007-10-13 23:07:18 +00:00
Sign in to join this conversation.
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

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