Comment 1 for bug 2025127

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to networking-bagpipe (master)

Reviewed: https://review.opendev.org/c/openstack/networking-bagpipe/+/891325
Committed: https://opendev.org/openstack/networking-bagpipe/commit/58efb3e21cce6b1661782377b08dfe5a2257788b
Submitter: "Zuul (22348)"
Branch: master

commit 58efb3e21cce6b1661782377b08dfe5a2257788b
Author: elajkat <email address hidden>
Date: Wed Aug 23 14:20:02 2023 +0200

    SQLAlchemy: add context wrappers to SFC driver

    With SQLAlchemy > 2.0.0 the unit tests of networking-bagpipe
    are unstable.
    The failure looks like some session violance, but more work
    is necessary as I still can't see where the root of the issue is.

    Change-Id: I5633d067e6ae4d9de89888a2587470715cd7b506
    Related-Bug: #1964575
    Related-Bug: #2025127