From 3fa712382a68bbd1b2aba39c663b0227578b3c18 Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Wed, 12 Mar 2014 14:22:39 -0700 Subject: [PATCH] Add query for nova unit test bug 1291620 We can't fingerprint on just the test case name since that would overlap with bug 1266611 which we have another query for, and in that bug it's a different exception case. Related-Bug: #1291620 Change-Id: I3bcaa06296d031da0de1db5b31ee29874dcbc19f --- queries/1291620.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 queries/1291620.yaml diff --git a/queries/1291620.yaml b/queries/1291620.yaml new file mode 100644 index 00000000..c3b9e3a8 --- /dev/null +++ b/queries/1291620.yaml @@ -0,0 +1,4 @@ +query: > + message:"UnexpectedTaskStateError: Unexpected task state: expecting [None] but the actual state is powering-off" AND + filename:"console.html" AND + (build_name:"gate-nova-python27" OR build_name:"gate-nova-python26") \ No newline at end of file