Add query for sqla-migrate/glance bug 1410494

This is a bug in sqlalchemy-migrate 0.9.4 which
was released last night and breaks the glance
unit tests.

1792 hits in the check queue on one change, but
it's going to break any glance unit test run
so we should just fingerprint it now.

There is a separate change to pin migrate in
global-reqs until the bug is fixed.

Change-Id: I6b2c80b3d745dc5cfe1949321c1124c5ee3f88bb
Related-Bug: #1410494
This commit is contained in:
Matt Riedemann 2015-01-13 13:36:08 -08:00
parent afa294e9a8
commit 106811b9b9

5
queries/1410494.yaml Normal file
View File

@ -0,0 +1,5 @@
query: >
message:"OperationalError: (OperationalError) cannot start a transaction within a transaction" AND
message:"This is necessary because SQLite does not support" AND
tags:"console" AND
build_name:"gate-glance-python27"