Comment 32 for bug 1482633

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to oslo.service (master)

Reviewed: https://review.opendev.org/735896
Committed: https://git.openstack.org/cgit/openstack/oslo.service/commit/?id=fb1ed4085b91303dbaa03d4afc59bc11fe82ad32
Submitter: Zuul
Branch: master

commit fb1ed4085b91303dbaa03d4afc59bc11fe82ad32
Author: Hervé Beraud <email address hidden>
Date: Tue Jun 16 14:16:06 2020 +0200

    Reactivate wsgi test related to socket option under python 3

    Previously these tests was ignored surely because the WSGI tests
    with SSL were broken due to some design changes introduced by python 3.7 [1]
    in the SSL module of the stdlib.

    However, unlike the other WSGI/SSL tests these changes don't use
    the `requests` module or high level modules which are broken by
    the monkey patching of the stdlib.

    I suppose previous developers simply turned off all of tests related to
    WSGI/SSL without much more details than "SSL tests with python 3 and eventlet
    is broken" but some of them don't need much more work than just reactivate
    them to be ran successfully.

    This test seems to work without change, and it run successfully locally.

    Let reactivate this test.

    Change-Id: Ie0257af10a9439de8ec124a698ca75778bdf90b5
    Partial-Bug: #1482633