[tor-commits] [flashproxy/master] - note flaky test

infinity0 at torproject.org infinity0 at torproject.org
Mon Oct 28 14:47:41 UTC 2013


commit c7b92798bed3875f3c75ef7327d2c9c7a7186bba
Author: Ximin Luo <infinity0 at gmx.com>
Date:   Mon Oct 7 16:47:36 2013 +0100

    - note flaky test
---
 facilitator/facilitator-test |    1 +
 1 file changed, 1 insertion(+)

diff --git a/facilitator/facilitator-test b/facilitator/facilitator-test
index 6b3b0f1..e39cecd 100755
--- a/facilitator/facilitator-test
+++ b/facilitator/facilitator-test
@@ -76,6 +76,7 @@ class FacilitatorProcTest(unittest.TestCase):
             while buflen + 1024 < 200000:
                 s.send("X" * 1024)
                 buflen += 1024
+            # TODO(dcf1): sometimes no error is raised, and this test fails
             self.fail("should have raised a socket error")
         except socket.error:
             pass





More information about the tor-commits mailing list