From 106811b9b9cb5eff50b286081ef199469ef1849a Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Tue, 13 Jan 2015 13:36:08 -0800 Subject: [PATCH] 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 --- queries/1410494.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 queries/1410494.yaml diff --git a/queries/1410494.yaml b/queries/1410494.yaml new file mode 100644 index 00000000..4dd3d90e --- /dev/null +++ b/queries/1410494.yaml @@ -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"