From 770f4e79d78ac580135324baca7aa7a23de2b792 Mon Sep 17 00:00:00 2001 From: Devananda van der Veen Date: Mon, 9 Jun 2014 17:59:21 -0700 Subject: [PATCH] Broaden 1326312 to match py26/py27 failures This bug caused many failures in Ironic's py26/py27 unit tests, in addition to the tempest failures. This broadens the search to match those failures as well. Change-Id: I5f6ce3622860a36b564c33c3043672a31abb6ca0 --- queries/1326312.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/queries/1326312.yaml b/queries/1326312.yaml index f72ad972..cabad06b 100644 --- a/queries/1326312.yaml +++ b/queries/1326312.yaml @@ -1,4 +1,3 @@ query: > - tags:"screen-n-sch.txt" AND - message:"return host_manager.HostState" AND - message:"TypeError: __init__() takes at most 4 arguments" + (tags:"screen-n-sch.txt" OR tags:"console") AND + message:"return host_manager.HostState(host, node, capabilities, service)"