Changes between Initial Version and Version 1 of Ticket #2339


Ignore:
Timestamp:
2014-11-21T23:48:12Z (10 years ago)
Author:
daira
Comment:

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.
     1With 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
    23For instance:
    34
     5{{{
    46tahoe debug trial --rterrors allmydata.test.test_web
    57[ERROR]
    68    test_blacklist ... Traceback (most recent call last):
    79Failure: twisted.internet.error.ConnectionRefusedError: Connection was refused by other side: 111: Connection refused.
     10}}}