Comment 5 for bug 1346444

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

Reviewed: https://review.openstack.org/76520
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=5247f5cdf15bad4c62bbf854e30716fcf00a1d2a
Submitter: Jenkins
Branch: master

commit 5247f5cdf15bad4c62bbf854e30716fcf00a1d2a
Author: Ann Kamyshnikova <email address hidden>
Date: Wed Feb 19 15:39:19 2014 +0400

    Implement ModelsMigrationsSync test from oslo.db

    Add tests to verify that database migrations produce
    the same schema as the database models.

    Also for MySQL, check that all tables are configured to use InnoDB
    as the storage engine.
    These tests make use of the ModelsMigrationsSync test class from
    oslo.db and the load_tests protocol from Python unittest.

    Closes-bug: #1346444

    Change-Id: Ic0e7eb37c30cc5e94cbdbddf07a6dc1ebf377c17