← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1486528] [NEW] fullstack tests reply on db models instead of migration scripts

 

Public bug reported:

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.

** Affects: neutron
     Importance: Undecided
         Status: New


** Tags: fullstack

-- 
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 reply on db models instead of migration scripts

Status in neutron:
  New

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


Follow ups