Comment 7 for bug 1255532

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

Reviewed: https://review.openstack.org/89778
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=0f07f8546fda9732a7e3597a2de78156f1fb5a34
Submitter: Jenkins
Branch: master

commit 0f07f8546fda9732a7e3597a2de78156f1fb5a34
Author: Ilya Pekelny <email address hidden>
Date: Thu May 15 17:37:48 2014 +0300

    Sync common db and db/sqlalchemy

    To use db/sqlalchemy/test_base.py we need the test.py file, which does
    not synced to Nova. Latest common db.sqlalchemy uses oslotest. The problem with
    unexisting common/test.py is solved implicitly with synchronization of common
    code.

    Contains oslo-incubator commits:

    54f7e7f Prevent races in opportunistic db test cases
    8a0f581 Use oslotest instead of common test module
    4a591ea Start ping listener also for postgresql
    f0e50ed Add a warning to not use get_table for working with ForeignKeys
    2fd457b Ignore migrate versioning tables in utf8 sanity check
    9fed4ed Fix Keystone doc build errors with SQLAlchemy 0.9
    f7705f3 Make table utf-8 charset checking be optional for DB migration
    5b7e61c Dispose db connections pool on disconnect
    295fcd9 Do not use the 'extend' method on a dict_items object
    d1988b9 Set sql_mode callback on connect instead of checkout
    a1a8280 Fix excessive logging from db.sqlalchemy.session
    dc2d829 Add lockutils fixture to OpportunisticTestCase
    d10f871 Adapt DB provisioning code for CI requirements
    5920bed Make db utils importable without migrate
    9933bdd Get mysql_sql_mode parameter from config
    96a2217 Prevent incorrect usage of _wrap_db_error()
    6cab37c Python3: define a __next__() method for ModelBase
    20a7510 Add from_config() method to EngineFacade
    fea119e Drop special case for MySQL traditional mode, update unit tests
    a584166 Make TRADITIONAL the default SQL mode
    5b9e9f4 Fix doc build errors in db.sqlalchemy

    Closes-Bug: #1255532
    Change-Id: If26b648dee95abc5aa0bf80d3111265b00141b6d