Comment 2 for bug 2047768

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

Reviewed: https://review.opendev.org/c/openstack/swift/+/904459
Committed: https://opendev.org/openstack/swift/commit/fe0d138eabcec6b11aa3b7cbaf7b138fc60522a0
Submitter: "Zuul (22348)"
Branch: master

commit fe0d138eabcec6b11aa3b7cbaf7b138fc60522a0
Author: Tim Burke <email address hidden>
Date: Fri Dec 29 22:58:21 2023 +0000

    Get tests passing with latest eventlet

    Previously, our tests would not just fail, but segfault on recent
    eventlet releases. See https://github.com/eventlet/eventlet/issues/864
    and https://github.com/python/cpython/issues/113631

    Fortunately, it looks like we can just avoid actually monkey-patching
    to dodge the bug.

    Closes-Bug: #2047768
    Change-Id: I0dc22dab05bc00722671dca3f0e6eb1cf6e18349