From: Zooko O'Whielacronx Date: Tue, 10 Jun 2008 23:31:26 +0000 (-0700) Subject: docs: explain exactly what false alarms are caused in the unit tests by Twisted v8... X-Git-Tag: allmydata-tahoe-1.1.0~20 X-Git-Url: https://git.rkrishnan.org/pf/content/en/seg/something?a=commitdiff_plain;h=24a2b921e05c1ec774c170857b9c25a72f9fb6a5;p=tahoe-lafs%2Ftahoe-lafs.git docs: explain exactly what false alarms are caused in the unit tests by Twisted v8 and pyOpenSSL v0.7 --- diff --git a/docs/known_issues.txt b/docs/known_issues.txt index 21351c6c..8d7770f9 100644 --- a/docs/known_issues.txt +++ b/docs/known_issues.txt @@ -64,15 +64,16 @@ discussion] about how that future version will work. === issue 2: pyOpenSSL and/or Twisted defect resulting false alarms in the unit tests === -The combination of Twisted v8.1.0 and pyOpenSSL v0.7 causes the Tahoe v1.1 unit +The combination of Twisted v8 and pyOpenSSL v0.7 causes the Tahoe v1.1 unit tests to fail, even though the behavior of Tahoe itself which is being tested is correct. ==== how to manage it ==== -If you are using Twisted v8.1.0 and pyOpenSSL v0.7, then please ignore XYZ in -XYZ. Downgrading to an older version of Twisted or pyOpenSSL will cause those -false alarms to stop happening. +If you are using Twisted v8 and pyOpenSSL v0.7, then please ignore the ERROR +"Reactor was unclean" in test_system and test_introducer. Downgrading to an +older version of Twisted or pyOpenSSL will cause those false alarms to stop +happening. == issues in Tahoe v1.0.0, released 2008-03-25 ==