← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1404093] Re: Use of *OpportunisticTestCase causes functional tests to skip on db error

 

I'm not sure that this is a neutron bug as skip is in test_base in
oslo.db
https://github.com/openstack/oslo.db/blob/master/oslo/db/sqlalchemy/test_base.py#L61,
but at the same time I have doubts that in oslo it will be changed as
this test is used as unittest in other components. I will add oslo.db as
affected project and look forward comments from oslo.db developers.

** Project changed: neutron => oslo.db

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

Title:
  Use of *OpportunisticTestCase causes functional tests to skip on db
  error

Status in Oslo Database library:
  New

Bug description:
  Tests using oslo.db.sqlalchemy.test_base.DbFixture will skip if the
  database cannot be provisioned. In the neutron functional job we do
  not want to skip tests. The tests should fail if the environment is
  not set up correctly for the tests.

  After https://review.openstack.org/126175 is merged we should see to
  it that the migrations tests do not skip.

To manage notifications about this bug go to:
https://bugs.launchpad.net/oslo.db/+bug/1404093/+subscriptions


References