proposed-migration flask-restful 0.3.10-2 vs cloudkitty 19.0.0-1

Bug #2059186 reported by Vladimir Petko
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
cloudkitty (Ubuntu)
Fix Committed
Undecided
Unassigned
flask-restful (Ubuntu)
New
Undecided
Unassigned
python-oslo.db (Ubuntu)
Fix Committed
Undecided
Unassigned

Bug Description

The autopkgtest for cloudkitty fail against flask-restful 0.3.10-2 on armhf[1]
due to the following code that uses python-oslo.db to set up tests
cloudkitty/db/__init__.py
----

def _create_facade_lazily():
    global _FACADE
    if _FACADE is None:
        # FIXME(priteau): Remove autocommit=True (and ideally use of
        # LegacyEngineFacade) asap since it's not compatible with SQLAlchemy
        # 2.0.
        _FACADE = session.EngineFacade.from_config(cfg.CONF, sqlite_fk=True,
                                                   autocommit=True)
    return _FACADE

----
[1] https://objectstorage.prodstack5.canonical.com/swift/v1/AUTH_0f9aae918d5b4744bf7b827671c86842/autopkgtest-noble/noble/armhf/c/cloudkitty/20240326_083732_94bf1@/log.gz

Revision history for this message
Vladimir Petko (vpa1977) wrote :
  • log.gz Edit (60.6 KiB, application/octet-stream)

autopkgtest log

Vladimir Petko (vpa1977)
description: updated
tags: added: time-t update-excuse
Revision history for this message
James Page (james-page) wrote :

20.0.0 resolves the compatibility with oslo.db; one autopkgtest failure for s390x in is currently blocking migration.

Changed in cloudkitty (Ubuntu):
status: New → Fix Committed
Changed in python-oslo.db (Ubuntu):
status: New → Fix Committed
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Bug attachments

Remote bug watches

Bug watches keep track of this bug in other bug trackers.