From 53919a71360ca8d11b00aa8a438ed3fa7e6e4655 Mon Sep 17 00:00:00 2001 From: Chris Dent Date: Wed, 23 Jul 2014 14:40:23 +0100 Subject: [PATCH] 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 --- queries/1347692.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 queries/1347692.yaml diff --git a/queries/1347692.yaml b/queries/1347692.yaml new file mode 100644 index 00000000..7b65ec36 --- /dev/null +++ b/queries/1347692.yaml @@ -0,0 +1,4 @@ +query: > + message:"ImageKilledException: Image" + AND message:"'killed' while waiting for 'active'" + AND tags:"console"