[New-bugs-announce] [issue20600] test_create_server_ssl_verify_failed() failure on "PPC64 AIX 3.x" buildbot
STINNER Victor
report at bugs.python.org
Tue Feb 11 17:39:41 CET 2014
New submission from STINNER Victor:
http://buildbot.python.org/all/builders/PPC64%20AIX%203.x/builds/1694/steps/test/logs/stdio
======================================================================
FAIL: test_create_server_ssl_verify_failed (test.test_asyncio.test_events.PollEventLoopTests)
----------------------------------------------------------------------
ssl.SSLError: A failure in the SSL library occurred (_ssl.c:598)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/shager/cpython-buildarea/3.x.edelsohn-aix-ppc64/build/Lib/test/test_asyncio/test_events.py", line 692, in test_create_server_ssl_verify_failed
self.loop.run_until_complete(f_c)
AssertionError: "certificate verify failed " does not match "A failure in the SSL library occurred (_ssl.c:598)"
======================================================================
FAIL: test_create_server_ssl_verify_failed (test.test_asyncio.test_events.SelectEventLoopTests)
----------------------------------------------------------------------
ssl.SSLError: A failure in the SSL library occurred (_ssl.c:598)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/shager/cpython-buildarea/3.x.edelsohn-aix-ppc64/build/Lib/test/test_asyncio/test_events.py", line 692, in test_create_server_ssl_verify_failed
self.loop.run_until_complete(f_c)
AssertionError: "certificate verify failed " does not match "A failure in the SSL library occurred (_ssl.c:598)"
----------
messages: 210967
nosy: gvanrossum, haypo
priority: normal
severity: normal
status: open
title: test_create_server_ssl_verify_failed() failure on "PPC64 AIX 3.x" buildbot
versions: Python 3.4
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue20600>
_______________________________________
More information about the New-bugs-announce
mailing list