← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1284700] [NEW] test_sql_upgrade fails to drop old grant tables on postgresql

 

Public bug reported:

The migration from the four grant tables to the assignment table works
successfully on all databases.  However, the tests for it (in
test_sql_upgrade) fail to close an outer session that has done a SELECT
on the grant tables we want to drop - which will cause the drop to block
on databases other the sqllite.

** Affects: keystone
     Importance: High
     Assignee: Henry Nash (henry-nash)
         Status: New

** Description changed:

  The migration from the four grant tables to the assignment table works
  successfully on all databases.  However, the tests for it (in
  test_sql_upgrade) fail to close an outer session that has done a SELECT
  on the grant tables we want to drop - which will cause the drop to block
- on databases other the sqllite.  This will causes problems for future
- tests that are added to test_sql_upgrade.
+ on databases other the sqllite.

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

Title:
  test_sql_upgrade fails to drop old grant tables on postgresql

Status in OpenStack Identity (Keystone):
  New

Bug description:
  The migration from the four grant tables to the assignment table works
  successfully on all databases.  However, the tests for it (in
  test_sql_upgrade) fail to close an outer session that has done a
  SELECT on the grant tables we want to drop - which will cause the drop
  to block on databases other the sqllite.

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


Follow ups

References