Reviewed: https://review.openstack.org/253994 Committed: https://git.openstack.org/cgit/openstack/barbican/commit/?id=2acc1f491118570d713230cdd066ddd6956e2710 Submitter: Jenkins Branch: master
commit 2acc1f491118570d713230cdd066ddd6956e2710 Author: Kenji Yasui <[email protected]> Date: Mon Dec 7 04:00:22 2015 +0000 Fix db error when running python34 Unit tests If tests for py27 is executed before py34 tests, then there is a chance that py34 related tests may fail. The following patch fixes it. Ref: https://review.openstack.org/#/q/status:merged++topic:bug/1489059,n,z TrivialFix Change-Id: I397fe9c6847f3e6d4640adbb2712f2197e72ae47 Closes-bug: #1489059 ** Changed in: barbican 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/1489059 Title: "db type could not be determined" running py34 Status in Aodh: Fix Released Status in Barbican: Fix Released Status in cloudkitty: Fix Committed Status in Glance: Fix Committed Status in glance_store: Fix Committed Status in heat: Fix Released Status in OpenStack Dashboard (Horizon): In Progress Status in Ironic: Fix Released Status in ironic-lib: In Progress Status in OpenStack Identity (keystone): Fix Committed Status in keystoneauth: Fix Released Status in keystonemiddleware: Fix Committed Status in Manila: Fix Released Status in networking-midonet: In Progress Status in networking-ofagent: New Status in neutron: Fix Released Status in python-glanceclient: Fix Released Status in python-keystoneclient: Fix Committed Status in Sahara: Fix Released Status in senlin: Fix Committed Status in tap-as-a-service: New Status in tempest: In Progress Status in zaqar: In Progress Bug description: When running tox for the first time, the py34 execution fails with an error saying "db type could not be determined". This issue is know to be caused when the run of py27 preceeds py34 and can be solved erasing the .testrepository and running "tox -e py34" first of all. To manage notifications about this bug go to: https://bugs.launchpad.net/aodh/+bug/1489059/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

