Comment 0 for bug 1284700

Revision history for this message
Henry Nash (henry-nash) wrote : test_sql_upgrade fails to drop old grant tables on postgresql

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.