[tor-commits] [flashproxy/master] - note flaky test
dcf at torproject.org
dcf at torproject.org
Thu Oct 17 07:11:22 UTC 2013
commit d82013c9f8528a9da011d94f9ca31513bc8f6c39
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 cbd45f8..d80c655 100755
--- a/facilitator/facilitator-test
+++ b/facilitator/facilitator-test
@@ -60,6 +60,7 @@ class FacilitatorTest(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