Opened at 2014-11-20T19:51:20Z
Last modified at 2020-01-17T15:43:38Z
#2339 closed defect
Enable specific ports for running tests — at Initial Version
Reported by: | cipherpunks | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | undecided |
Component: | code-network | Version: | 1.10.0 |
Keywords: | firewall tests foolscap | Cc: | |
Launchpad Bug: |
Description
With a restrict firewall that blocks traffic to localhost except for specific ports (like tails) it is not possible to run the test suit as it tries to connect to random ports on localhost. For instance:
tahoe debug trial --rterrors allmydata.test.test_web [ERROR]
test_blacklist ... Traceback (most recent call last):
Failure: twisted.internet.error.ConnectionRefusedError?: Connection was refused by other side: 111: Connection refused.
Note: See
TracTickets for help on using
tickets.