This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients benjamin.peterson, christian.heimes, cstratak, gregory.p.smith, larry, ned.deily, vstinner
Date 2017-07-24.09:22:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1500888170.68.0.839471888796.issue30714@psf.upfronthosting.co.za>
In-reply-to
Content
Test still fails. Failure on AMD64 Debian PGO 2.7:

http://buildbot.python.org/all/builders/AMD64%20Debian%20PGO%202.7/builds/243/steps/test/logs/stdio

======================================================================
FAIL: test_alpn_protocols (test.test_ssl.ThreadedTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/var/lib/buildbot/slaves/enable-optimizations-bot/2.7.gps-debian-profile-opt.nondebug/build/Lib/test/test_ssl.py", line 2971, in test_alpn_protocols
    self.assertIsInstance(stats, ssl.SSLError)
AssertionError: {'compression': None, 'client_npn_protocol': None, 'cipher': ('ECDHE-RSA-AES256-GCM-SHA384', 'TLSv1.2', 256), 'peercert': {}, 'server_npn_protocols': [None], 'client_alpn_protocol': None, 'version': u'TLSv1.2', 'server_alpn_protocols': [None]} is not an instance of <class 'ssl.SSLError'>
History
Date User Action Args
2017-07-24 09:22:50vstinnersetrecipients: + vstinner, gregory.p.smith, larry, christian.heimes, benjamin.peterson, ned.deily, cstratak
2017-07-24 09:22:50vstinnersetmessageid: <1500888170.68.0.839471888796.issue30714@psf.upfronthosting.co.za>
2017-07-24 09:22:50vstinnerlinkissue30714 messages
2017-07-24 09:22:50vstinnercreate