← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1486528] Re: fullstack tests rely on db models instead of migration scripts

 

** Changed in: neutron
       Status: Fix Committed => Fix Released

** Changed in: neutron
    Milestone: None => liberty-3

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

Title:
  fullstack tests rely on db models instead of migration scripts

Status in neutron:
  Fix Released

Bug description:
  Fullstack tests use create_all() function to make db schema. This is
  done based on loaded models. Neutron dropped using create_all() in
  Juno and relies strictly on db migration scripts. Even though there
  should be parity in create_all() and migration scripts, we possibly
  test Neutron against db schema that differs from production code.

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


References