Comment 7 for bug 1908282

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

Reviewed: https://review.opendev.org/c/openstack/charm-nova-cloud-controller/+/816510
Committed: https://opendev.org/openstack/charm-nova-cloud-controller/commit/36ef217bc620bebe4475dbb1453d3c82ac5b9d73
Submitter: "Zuul (22348)"
Branch: master

commit 36ef217bc620bebe4475dbb1453d3c82ac5b9d73
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