From 7c4d5653a6425a5727c375d4867cef345bb62788 Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Thu, 5 Jun 2014 08:47:38 -0700 Subject: [PATCH] Add query for ceilometer test_ordination_assign timeout bug 1326855 This fails in the check queue also but I didn't want to allow e-r hitting this on the check queue in case there are changes which actually break the test for other reasons. I wanted to fingerprint on the test case name and the TimeoutException from the stack trace but that wasn't working in logstash, so another reason why I'm filtering on the gate queue only. Related-Bug: #1326855 Change-Id: I1d1c0a6682cdb596b4a5ce88c4fcf2f29610577b --- queries/1326855.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 queries/1326855.yaml diff --git a/queries/1326855.yaml b/queries/1326855.yaml new file mode 100644 index 00000000..907e30a5 --- /dev/null +++ b/queries/1326855.yaml @@ -0,0 +1,5 @@ +query: >- + message:"FAIL\: tests.alarm.test_rpc.TestRPCAlarmPartitionCoordination.test_ordination_assign" AND + tags:"console" AND + project:"openstack/ceilometer" AND + build_queue:"gate"