Comment 16 for bug 1908282

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to charm-nova-cloud-controller (stable/victoria)

Reviewed: https://review.opendev.org/c/openstack/charm-nova-cloud-controller/+/863616
Committed: https://opendev.org/openstack/charm-nova-cloud-controller/commit/1358a613340bf05ad0c209d92e5f1ea942980402
Submitter: "Zuul (22348)"
Branch: stable/victoria

commit 1358a613340bf05ad0c209d92e5f1ea942980402
Author: Alex Kavanagh <email address hidden>
Date: Wed Nov 3 13:58:00 2021 +0000

    Fix SQLite locking issue on unit tests

    stestr runs tests in parallel and this can cause issues with locking
    when SQLite is not mocked out properly and gets used in a test. This
    patch just switches Storage to use :memory: so that locking does not
    occur.

    Closes-Bug: #1908282
    Change-Id: Iaa1c7b78dee498e0cc6dc6fccf12e74f22225ecd
    (cherry picked from commit 36ef217bc620bebe4475dbb1453d3c82ac5b9d73)