Comment 9 for bug 1271331

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

Reviewed: https://review.openstack.org/68921
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=b08e8ab2dc65319670d99c81bec3af04fbb6d25f
Submitter: Jenkins
Branch: stable/havana

commit b08e8ab2dc65319670d99c81bec3af04fbb6d25f
Author: Russell Bryant <email address hidden>
Date: Thu Jan 23 14:18:22 2014 -0500

    Re-write sqlite BigInteger mapping test

    This test makes sure that our hook that compiles BigInteger() into
    INTEGER for sqlite instead of BIGINT is working as we expect.
    Unfortunately, we've seen some problems running the sqlite command to
    check the schema.

    This patch rewrites the test to only use sqlalchemy APIs and avoid
    calling out to the sqlite command for verification.

    Change-Id: Id3964d0dd5b0ddf08ab745d6878840ff06b2f0dd
    Closes-bug: #1271331
    (cherry picked from commit 74ade48634e2b72ec0b09792e97ac77dfb5fd999)