From 56e0f9fbb45fa901ad5e96a513d7d005c6fcc2d4 Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Tue, 29 Sep 2015 06:24:34 -0700 Subject: [PATCH] Add query for largeops bug 1500615 13 hits in 7 days, check and gate, all failures. Fingerprinting on the failure in the test results which is not fun but we don't have any actual errors (or even info level messages) in the nova logs for this failure. I'm working on making that better. Change-Id: I52a9cbbae41d301c32b7a15f623f963716313052 Related-Bug: #1500615 --- queries/1500615.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 queries/1500615.yaml diff --git a/queries/1500615.yaml b/queries/1500615.yaml new file mode 100644 index 00000000..25fc6d4a --- /dev/null +++ b/queries/1500615.yaml @@ -0,0 +1,6 @@ +query: >- + message:"Server" AND + message:"failed to reach ACTIVE status and task state \"None\" within the required time" AND + message:"Current status: BUILD. Current task state: scheduling." AND + tags:"console" AND + build_name:"gate-tempest-dsvm-large-ops"