← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1648222] Re: Some unit tests using deprecated oslo_db.sqlalchemy.test_base

 

Reviewed:  https://review.openstack.org/416160
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=2ba12ae4eef9e5dba30821c31572f12e3c22860e
Submitter: Jenkins
Branch:    master

commit 2ba12ae4eef9e5dba30821c31572f12e3c22860e
Author: Gary Kotton <gkotton@xxxxxxxxxx>
Date:   Mon Jan 2 23:35:11 2017 -0800

    DB: remove deprecated oslo_db warnings
    
    Commit 2ad571c8d7a7e1d8d18f7c5e97c564509fd34816 move the
    test_base to a tests directory.
    
    TrivialFix
    
    Closes-Bug: #1648222
    
    Change-Id: Ic5ce4a8555be4f80df69173ceefc03b73af65793


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

Title:
  Some unit tests using deprecated oslo_db.sqlalchemy.test_base

Status in neutron:
  Fix Released

Bug description:
  In neutron/tests/unit/db/test_sqlalchemytypes.py:

     .
     .
     .
     from oslo_db.sqlalchemy import test_base
     .
     .
     .
     class SqlAlchemyTypesBaseTestCase(test_base.DbTestCase):
     .
     .
     .

  The contents of oslo_db.sqlalchemy.test_base have been deprecated.

  https://github.com/openstack/oslo.db/blob/4.15.0/oslo_db/sqlalchemy/test_base.py#L38

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


References