[sqlalchemy-20] sfc driver failures
Bug #2025127 reported by
Lajos Katona
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
BaGPipe |
Fix Released
|
Undecided
|
Lajos Katona |
Bug Description
SqlAlchemy 1.4 deprecated the subtransactions
File "/home/
with self.session.
TypeError: Session.begin() got an unexpected keyword argument 'subtransactions'
Changed in networking-bagpipe: | |
assignee: | nobody → Lajos Katona (lajos-katona) |
tags: | added: db |
Changed in networking-bagpipe: | |
status: | New → In Progress |
To post a comment you must log in.
Reviewed: https:/ /review. opendev. org/c/openstack /networking- bagpipe/ +/891325 /opendev. org/openstack/ networking- bagpipe/ commit/ 58efb3e21cce6b1 661782377b08dfe 5a2257788b
Committed: https:/
Submitter: "Zuul (22348)"
Branch: master
commit 58efb3e21cce6b1 661782377b08dfe 5a2257788b
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: I5633d067e6ae4d 9de89888a258747 0715cd7b506
Related-Bug: #1964575
Related-Bug: #2025127