From 521c4e993f033277133db4e021183aaf76e12d3b Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Mon, 24 Aug 2015 09:47:35 -0700 Subject: [PATCH] Add query for neutron functional alembic 0.8.1 bug 1488167 alembic 0.8.1 dropped something that neutron was using for migrations. 24 hits since 8/22 when alembic 0.8.1 was released. There is a migration change for master to fix this and we're capping alembic at <0.8.1 in stable/kilo. Change-Id: Ic8f423549781ba915565a1a1c1c2a413a6832c6d Related-Bug: #1488167 --- queries/1488167.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 queries/1488167.yaml diff --git a/queries/1488167.yaml b/queries/1488167.yaml new file mode 100644 index 00000000..89a95fa0 --- /dev/null +++ b/queries/1488167.yaml @@ -0,0 +1,4 @@ +query: >- + message:"AssertionError: Models and migration scripts aren't in sync" AND + build_name:"gate-neutron-dsvm-functional" AND + tags:"console"