← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1596984] Re: LBaaS: Models and migrations are out of sync

 

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

commit 2317364c31c971c74b97fe17374624652816a123
Author: Elena Ezhova <eezhova@xxxxxxxxxxxx>
Date:   Wed May 25 16:42:09 2016 +0300

    Set up hooks for the functional job and add test_migrations test
    
    Add gate hooks for the dsvm-functional job including set-up of
    configure_for_lbaas_func_testing.sh script and corresponding changes to
    tox.ini.
    
    PyMySQL dependency was moved from test_requirements.txt to
    functional/requirements.txt.
    
    test_migrations.py was moved from unit tests to functional in
    order to prevent it from being skipped in case of db backend
    unavailability.
    
    Fixed failing TestModelsMigrations test by importing modules with
    missing models in db/models/head.py
    
    Closes-Bug: #1585116
    Closes-Bug: #1596984
    Change-Id: Ic39805ea0ed330ef7da82043f77077e8a5617ca0


** 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/1596984

Title:
  LBaaS: Models and migrations are out of sync

Status in neutron:
  Fix Released

Bug description:
  TestModelsMigrations reports that there are a number of tables whose
  models cannot be found neither in
  neutron_lbaas.db.loadbalancer.loadbalancer_db nor in
  neutron_lbaas.db.loadbalancer.models which includes third-party driver
  tables.

  Trace:
  http://paste.openstack.org/show/523789/
  Full log of dsvm-functional job:
  http://logs.openstack.org/99/320999/26/check/gate-neutron-lbaas-dsvm-functional-nv/ff96da0/console.html

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


References