From 152e828365c9df4713f90357392a12c28cef11f7 Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Thu, 8 Jun 2017 15:15:05 -0400 Subject: [PATCH] Simplify query for bug 1696834 This simplified version from clarkb still hits on both py2 and py3 jobs. Change-Id: I31a600a514ac678514dcd75fa87511cdffbed477 --- queries/1696834.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/queries/1696834.yaml b/queries/1696834.yaml index 81e58222..1c1cf8e8 100644 --- a/queries/1696834.yaml +++ b/queries/1696834.yaml @@ -1,5 +1,3 @@ query: > - message:"KeyError" AND - message:"allocations" AND - tags:"console" AND - project:"openstack/nova" + message:"KeyError: allocations" AND + tags:"console"