elastic-recheck/queries/1291620.yaml
Matt Riedemann 3fa712382a 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
2014-03-12 14:22:39 -07:00

4 lines
228 B
YAML

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")