]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
docs: explain exactly what false alarms are caused in the unit tests by Twisted v8...
authorZooko O'Whielacronx <zooko@zooko.com>
Tue, 10 Jun 2008 23:31:26 +0000 (16:31 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Tue, 10 Jun 2008 23:31:26 +0000 (16:31 -0700)
docs/known_issues.txt

index 21351c6c8b65ef7e7dd5151d0fcd11156ad057db..8d7770f99fe1fe2b4a4dc1c94b5aa09220d4236e 100644 (file)
@@ -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 ==