[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).

[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

[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
st 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 (zzzeek) Status: New ** Changed in: neutron Assignee: (unassigned) =

[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

[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
Importance: Undecided Assignee: Mike Bayer (zzzeek) Status: In Progress -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs/1445675 Title: missing index

[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

[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
' I'll send a review for the obvious fix though I have a suspicion there's something more deliberate going on here, so consider this just a heads up! ** Affects: neutron Importance: Undecided Assignee: Mike Bayer (zzzeek) Status: In Progress -- You received this bug

[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,

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

2014-09-29 Thread Mike Bayer
, in _raise_if_deadlock_error\ raise exception.DBDeadlock(operational_error)\ DBDeadlock: (OperationalError) (1213, \'Deadlock found when trying to get lock; try restarting transaction\') None None\ ** Affects: nova Importance: Undecided Assignee: Mike Bayer (zzzeek) Status: In Progress

[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

[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

[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
to use mock.patch() for this kind of thing, but for the moment I'm going to submit a straightforward patch that restores QUOTA_SYNC_FUNCTIONS. ** Affects: nova Importance: Undecided Assignee: Mike Bayer (zzzeek) Status: In Progress ** Tags: low-hanging-fruit ** Changed