sqlalchemy-migrate>0.9.1 and <0.9.5 causes glance test failures
Bug #1410494 reported by
Nikhil Komawar
This bug affects 4 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Glance |
Fix Released
|
Critical
|
Unassigned | ||
sqlalchemy-migrate |
Fix Committed
|
Undecided
|
Unassigned |
Bug Description
The error is seen as
OperationalError: (OperationalError) cannot start a transaction within a transaction u'/*\n * This is necessary because SQLite does not support\n * RENAME INDEX or ALTER TABLE CHANGE COLUMN.\n */\nBEGIN TRANSACTION;' ()
More info at:
http://
Changed in glance: | |
milestone: | none → kilo-2 |
status: | Fix Committed → Fix Released |
Changed in glance: | |
milestone: | kilo-2 → 2015.1.0 |
no longer affects: | openstack-ansible |
no longer affects: | openstack-ansible/juno |
no longer affects: | openstack-ansible/icehouse |
To post a comment you must log in.
I can reproduce this with glance's tests. If you install sqlalchemy-migrate 0.9.1, all tests pass. If you install 0.9.4 a subset of the tests fail. It's unclear what is actually causing this.