docs: explain exactly what false alarms are caused in the unit tests by Twisted v8 and pyOpenSSL v0.7

This commit is contained in:
Zooko O'Whielacronx 2008-06-10 16:31:26 -07:00
parent 0f182751a5
commit 24a2b921e0

View 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 === === 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 tests to fail, even though the behavior of Tahoe itself which is being tested is
correct. correct.
==== how to manage it ==== ==== how to manage it ====
If you are using Twisted v8.1.0 and pyOpenSSL v0.7, then please ignore XYZ in If you are using Twisted v8 and pyOpenSSL v0.7, then please ignore the ERROR
XYZ. Downgrading to an older version of Twisted or pyOpenSSL will cause those "Reactor was unclean" in test_system and test_introducer. Downgrading to an
false alarms to stop happening. older version of Twisted or pyOpenSSL will cause those false alarms to stop
happening.
== issues in Tahoe v1.0.0, released 2008-03-25 == == issues in Tahoe v1.0.0, released 2008-03-25 ==