Activity log for bug #2059186

Date Who What changed Old value New value Message
2024-03-27 02:39:06 Vladimir Petko bug added bug
2024-03-27 02:39:27 Vladimir Petko attachment added log.gz https://bugs.launchpad.net/ubuntu/+source/flask-restful/+bug/2059186/+attachment/5759793/+files/log.gz
2024-03-27 02:52:25 Vladimir Petko description The autopkgtest for cloudkitty fail against flask-restful 0.3.10-2 on armhf[1] [1] https://objectstorage.prodstack5.canonical.com/swift/v1/AUTH_0f9aae918d5b4744bf7b827671c86842/autopkgtest-noble/noble/armhf/c/cloudkitty/20240326_083732_94bf1@/log.gz 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
2024-03-27 02:52:48 Vladimir Petko bug task added python-oslo.db (Ubuntu)
2024-03-27 02:53:15 Vladimir Petko bug task added cloudkitty (Ubuntu)
2024-03-27 02:53:28 Vladimir Petko tags time-t update-excuse
2024-04-10 04:24:57 James Page cloudkitty (Ubuntu): status New Fix Committed
2024-04-10 04:25:00 James Page python-oslo.db (Ubuntu): status New Fix Committed