Message246302
I've attached the patch for my initial attempt at addressing this, but I think my results show I went down completely the wrong path.
Specifically, the three new tests are "failing":
FAIL: test_protocol_sslv23_not_available (test.test_ssl.ThreadedTests)
----------------------------------------------------------------------
AssertionError: Client protocol PROTOCOL_SSLv23 succeeded with server protocol PROTOCOL_SSLv23!
FAIL: test_protocol_sslv2_not_available (test.test_ssl.ThreadedTests)
----------------------------------------------------------------------
AssertionError: Client protocol SSLv2 succeeded with server protocol SSLv2!
FAIL: test_protocol_sslv3_not_available (test.test_ssl.ThreadedTests)
----------------------------------------------------------------------
AssertionError: Client protocol PROTOCOL_SSLv3 succeeded with server protocol PROTOCOL_SSLv3!
So I'm going to revert this attempt entirely, and instead start by introducing some appropriate use of subtests to get more info out of the failing examples. |
|
Date |
User |
Action |
Args |
2015-07-05 10:34:08 | ncoghlan | set | recipients:
+ ncoghlan, janssen, pitrou, giampaolo.rodola, christian.heimes, ned.deily, alex, kushal.das, dstufft, suki |
2015-07-05 10:34:08 | ncoghlan | set | messageid: <1436092448.18.0.538382424122.issue23965@psf.upfronthosting.co.za> |
2015-07-05 10:34:08 | ncoghlan | link | issue23965 messages |
2015-07-05 10:34:07 | ncoghlan | create | |
|