elastic-recheck/queries/1410494.yaml
Matt Riedemann 106811b9b9 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
2015-01-13 13:36:08 -08:00

6 lines
233 B
YAML

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"