commit d82013c9f8528a9da011d94f9ca31513bc8f6c39 Author: Ximin Luo infinity0@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