From 1f9b45fd7bd3478b10b341309a65e4b426c3aa5d Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Thu, 30 Jul 2015 07:31:35 -0700 Subject: [PATCH] Add query for nova unit test race bug 1479780 18 hits in 7 days. This filters on just the gate queue since it's a unit test race bug. We can maybe tighten this up once change I6f6e961a3c63f9f86fe9b21ce6c16a2e634e9ce5 lands in nova. Change-Id: Idd50e2ff35a2dad6c2e34d5514b4f0bda782a50a Related-Bug: #1479780 --- queries/1479780.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 queries/1479780.yaml diff --git a/queries/1479780.yaml b/queries/1479780.yaml new file mode 100644 index 00000000..65d8f5be --- /dev/null +++ b/queries/1479780.yaml @@ -0,0 +1,6 @@ +query: >- + message:"File \"nova/tests/unit/api/ec2/test_cloud.py\"" AND + message:"in test_describe_instances_with_filters_tags" AND + tags:"console" AND + project:"openstack/nova" AND + build_queue:"gate"