[issue20682] test_create_ssl_unix_connection() of test_asyncio failed on "x86 Tiger 3.x"

STINNER Victor report at bugs.python.org
Fri Feb 21 00:34:15 CET 2014


STINNER Victor added the comment:

Oh, AIX has the same issue. I propose broken_unix_getsockname.patch to skip also the check on 'sockname' extra info on AIX.

The fix can wait Python 3.4.1.

http://buildbot.python.org/all/builders/PPC64%20AIX%203.x/builds/1757/steps/test/logs/stdio

======================================================================
FAIL: test_create_ssl_unix_connection (test.test_asyncio.test_events.PollEventLoopTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/shager/cpython-buildarea/3.x.edelsohn-aix-ppc64/build/Lib/test/test_asyncio/test_events.py", line 603, in test_create_ssl_unix_connection
    self._basetest_create_ssl_connection(conn_fut, check_sockname)
  File "/home/shager/cpython-buildarea/3.x.edelsohn-aix-ppc64/build/Lib/test/test_asyncio/test_events.py", line 574, in _basetest_create_ssl_connection
    self.assertIsNotNone(tr.get_extra_info('sockname'))
AssertionError: unexpectedly None

----------
keywords: +patch
priority: release blocker -> 
Added file: http://bugs.python.org/file34159/broken_unix_getsockname.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue20682>
_______________________________________


More information about the Python-bugs-list mailing list