e-r query for intermittent failure in glance tests

10/10 failures in last 7 days

In the bug report there are links to the relevant time periods in
the g-api and g-reg logs but the associated strings are not as
useful as that found in the console.log (as they involve a lot
of uuids that are specific only to that test run).

    https://bugs.launchpad.net/glance/+bug/1347692

As the rules state, this is not ideal, but it resulted in a
clean and accurate match for failtures in the last 7 days.

Change-Id: I34d79a0b0a3a70bb48bbeb61d32683b4585d67d9
Related-Bug: #1347692
This commit is contained in:
Chris Dent 2014-07-23 14:40:23 +01:00
parent 554f5a0af4
commit 53919a7136
1 changed files with 4 additions and 0 deletions

4
queries/1347692.yaml Normal file
View File

@ -0,0 +1,4 @@
query: >
message:"ImageKilledException: Image"
AND message:"'killed' while waiting for 'active'"
AND tags:"console"