Comment 11 for bug 1021023

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to quantum (master)

Reviewed: https://review.openstack.org/17820
Committed: http://github.com/openstack/quantum/commit/babe698caf195be6c0f8d4a61dc967007aaedac7
Submitter: Jenkins
Branch: master

commit babe698caf195be6c0f8d4a61dc967007aaedac7
Author: Jason Zhang <email address hidden>
Date: Mon Dec 10 18:04:18 2012 -0800

    Fixed the unit tests using SQLite do not check foreign keys.

    The foreign key constraints will be enabled for each SQLite
    database connection.

    By default the foreign key constraints are disabled in SQLite,
    so some test cases failed after enabling the foreign key
    constraints for unit tests. This fixings also fixed the failed
    test cases because of the foreign key enforcement.

    Fixes: bug #1021023
    Change-Id: I89f0cbbd75bb685b50dfe6628116fa971c5e78cb