Changes between Initial Version and Version 1 of Ticket #2339
- Timestamp:
- 2014-11-21T23:48:12Z (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2339
- Property Keywords foolscap added
- Property Owner set to daira
- Property Component changed from unknown to code-network
- Property Status changed from new to assigned
-
Ticket #2339 – Description
initial v1 1 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. 1 With a restrictive firewall that blocks traffic to localhost (or 127.0.0.1) except for specific ports --such as the one in Tails-- it is not possible to run the test suite as it tries to connect to random ports on localhost. 2 2 3 For instance: 3 4 5 {{{ 4 6 tahoe debug trial --rterrors allmydata.test.test_web 5 7 [ERROR] 6 8 test_blacklist ... Traceback (most recent call last): 7 9 Failure: twisted.internet.error.ConnectionRefusedError: Connection was refused by other side: 111: Connection refused. 10 }}}