[Yahoo-eng-team] [Bug 1784155] Re: nova_placement service start not coordinated with api db sync on multiple controllers

2018-07-29 Thread Mike Bayer
** Also affects: nova (Ubuntu) Importance: Undecided Status: New ** Package changed: nova (Ubuntu) => ubuntu ** Package changed: ubuntu => nova -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). h

[Yahoo-eng-team] [Bug 1644263] [NEW] passlib 1.7.0 deprecates sha512_crypt.encrypt()

2016-11-23 Thread Mike Bayer
Public bug reported: tests are failing due to a new deprecation warning: Captured traceback: ~~~ Traceback (most recent call last): File "keystone/tests/unit/test_backend_sql.py", line 59, in setUp self.load_fixtures(default_fixtures) File "keystone/tests/u

[Yahoo-eng-team] [Bug 1594898] [NEW] functional DB tests based on SqlFixture don't actually use non-sqlite DB

2016-06-21 Thread Mike Bayer
does its own set up of alembic fixtures. I'm working on a reorg of the test fixtures here so this can work, as we will need these fixtures to be effective for the upcoming CIDR stored functions / triggers to be tested. ** Affects: neutron Importance: Undecided Assignee: Mike Bayer (zzzee

[Yahoo-eng-team] [Bug 1474069] [NEW] DeprecatedDecorators test does not setup fixtures correctly

2015-07-13 Thread Mike Bayer
Public bug reported: this test appears to rely upon test suite setup in a different test, outside of the test_backend_sql.py suite entirely.Below is a run of this specific test, but you get the same error if you run all of test_backend_sql at once as well. [mbayer@thinkpad keystone]$ tox -v

[Yahoo-eng-team] [Bug 1445675] [NEW] missing index on virtual_interfaces can cause long queries that can cause timeouts in launching instances

2015-04-17 Thread Mike Bayer
t, then the "deleted=0" is checked, not a big deal. For an immediate fix, I propose to add the aforementioned index to the virtual_interfaces.uuid column. ** Affects: nova Importance: Undecided Assignee: Mike Bayer (zzzeek) Status: In Progress -- You received this

[Yahoo-eng-team] [Bug 1431571] [NEW] ArchiveTestCase erroneously assumes the tables that are populated

2015-03-12 Thread Mike Bayer
Public bug reported: Running subsets of Nova tests or individual tests within test_db_api reveals a simple error in several of the tests within ArchiveTestCase. A test such as test_archive_deleted_rows_2_tables attempts the following: 1. places six rows into instance_id_mappings 2. places six ro

[Yahoo-eng-team] [Bug 1397796] [NEW] alembic v. 0.7.1 will support "remove_fk" and others not expected by heal_script

2014-11-30 Thread Mike Bayer
ecute_alembic_command(el) File "neutron/db/migration/alembic_migrations/heal_script.py", line 92, in execute_alembic_command METHODS[command[0]](*command[1:]) KeyError: 'remove_fk' I'll send a review for the obvious fix though I have a suspicion there&#x

[Yahoo-eng-team] [Bug 1380823] [NEW] outerjoins used as a result of plugin architecture are inefficient

2014-10-13 Thread Mike Bayer
Public bug reported: Hi there - I'm posting this as a bug sort of as a means to locate who best to talk about a. how critical these queries are and b. what other approaches would be feasible (I'm zzzeek on IRC). We're talking here about the plugin architecture in neutron/db/common_db_mixin.py, w

[Yahoo-eng-team] [Bug 1375467] [NEW] db deadlock on _instance_update()

2014-09-29 Thread Mike Bayer
\ _raise_if_deadlock_error(e, self.bind.dialect.name)\ File "/usr/lib/python2.7/site-packages/nova/openstack/common/db/sqlalchemy/sessi on.py", line 427, in _raise_if_deadlock_error\ raise exception.DBDeadlock(operational_error)\ DBDeadlock: (OperationalError) (1213, \'Deadl

[Yahoo-eng-team] [Bug 1374497] Re: change in oslo.db "ping" handling is causing issues in projects that are not using transactions

2014-09-26 Thread Mike Bayer
** Also affects: keystone Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1374497 Title: change in oslo.db "ping" handling is causing issues i

[Yahoo-eng-team] [Bug 1347891] [NEW] mis-use of XML canonicalization in keystone tests

2014-07-23 Thread Mike Bayer
Public bug reported: running the keystone suite on a new Fedora VM, I get many many failures of the variety of XML comparison failing, in a non-deterministic way: [classic@localhost keystone]$ tox -e py27 -- keystone.tests.test_versions.XmlVersionTestCase.test_v3_disabled py27 develop-inst-noop

[Yahoo-eng-team] [Bug 1346673] [NEW] fixtures in neutron.tests.base blow away default database config

2014-07-21 Thread Mike Bayer
Public bug reported: Really trying to narrow this one down fully, and just putting this up because this is as far as I've gotten. Basically, the lines in neutron/tests/base.py: line 159:self.addCleanup(CONF.reset) line 182:self.useFixture(self.messaging_conf) cause cfg.CONF to g

[Yahoo-eng-team] [Bug 1329482] [NEW] test_quota.py QuotaReserveSqlAlchemyTestCase fails to clean up changes to QUOTA_SYNC_FUNCTIONS

2014-06-12 Thread Mike Bayer
e' object has no attribute 'sync_called' The symptom is cryptic here, but essentially the callables swapped in by this test refer to "self" as a QuotaReserveSqlAlchemyTestCase object, which has long since been torn down and no longer has the "sync_called" set associated wi