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 shihai1991
Recipients shihai1991
Date 2019-07-13.08:34:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1563006871.17.0.626459715079.issue37583@roundup.psfhosted.org>
In-reply-to
Content
When I run test_socket.py, I got a error. Looks it's a problem of security group.
My env: a vm of centos
May be I need add `EHOSTUNREACH` in support.get_socket_conn_refused_errs()?

======================================================================
FAIL: test_create_connection (test.test_socket.NetworkConnectionNoServer)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/shihai/workspace/cpython/Lib/test/test_socket.py", line 4961, in test_create_connection
    self.assertIn(cm.exception.errno, expected_errnos)
AssertionError: 113 not found in [111, 101, 99, 97]

----------------------------------------------------------------------
Ran 814 tests in 25.929s

FAILED (failures=1, errors=117, skipped=197)
History
Date User Action Args
2019-07-13 08:34:31shihai1991setrecipients: + shihai1991
2019-07-13 08:34:31shihai1991setmessageid: <1563006871.17.0.626459715079.issue37583@roundup.psfhosted.org>
2019-07-13 08:34:31shihai1991linkissue37583 messages
2019-07-13 08:34:30shihai1991create