From 138ef1e6310aa9b4e9bccb2cd03f509aa328faad Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Sun, 28 Sep 2014 05:50:33 -0700 Subject: [PATCH] Add query for heat slow icehouse timeout bug 1374175 The timeout error message for this bug was recently updated to give more context to the test that's failing, so the current hits in logstash are low, but this is hitting and appears to show up on the tempest dvsm neutron heat slow icehouse job. Change-Id: I3c973e0b28fcf32f178b57d41b6be2466fadf836 Related-Bug: #1374175 --- queries/1374175.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 queries/1374175.yaml diff --git a/queries/1374175.yaml b/queries/1374175.yaml new file mode 100644 index 00000000..13887e33 --- /dev/null +++ b/queries/1374175.yaml @@ -0,0 +1,4 @@ +query: >- + message:"(CfnInitScenarioTest:test_server_cfn_init) Timed out waiting for" AND + message:"to become reachable" AND + tags:"console"