← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1549699] Re: LBaaS needs automated test for DB migrations

 

Reviewed:  https://review.openstack.org/287016
Committed: https://git.openstack.org/cgit/openstack/neutron-lbaas/commit/?id=cb4ec40a6262da126112cc31a66f4571af1ae103
Submitter: Jenkins
Branch:    master

commit cb4ec40a6262da126112cc31a66f4571af1ae103
Author: YAMAMOTO Takashi <yamamoto@xxxxxxxxxxxx>
Date:   Wed Mar 2 14:28:25 2016 +0900

    Add model sync test
    
    As neutron-lbaas doesn't have functional tests right now,
    add this to unit tests following the convention.
    (networking-cisco and networking-midonet)
    
    Note: the Cisco copyright notice in test_migrations is intended.
    It came from networking-cisco via networking-midonet.
    
    Closes-Bug: #1549699
    Change-Id: I30998407eae04d28a3a653430f8c90711b6c0235


** Changed in: neutron
       Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1549699

Title:
  LBaaS needs automated test for DB migrations

Status in neutron:
  Fix Released

Bug description:
  Given the problems caused recently by a migration on neutron-lbaas
  that broke things for people using PostgreSQL, we should implement a
  test which ensures that alembic migrations produce results exactly
  consistent with  the database models in the project, and which are
  functional for both MySQL and PostgreSQL. More information on how to
  do this can be found here:
  http://docs.openstack.org/developer/neutron/devref/template_model_sync_test.html

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1549699/+subscriptions


References