From 43a5b99e9d946e3c11a16af1a9740bfebc09e7ef Mon Sep 17 00:00:00 2001 From: Joe Gordon Date: Mon, 9 Jun 2014 16:03:55 -0700 Subject: [PATCH] Remove duplicate query for 1326820 and 1326855 1326820 and 1326855 are marked as a duplicates of 1323524 in launchpad, and since we already have fingerprint for that bug, make that fingerprint catch all three cases. Change-Id: I20d3dd57cdee97a81fa2920abbcc760e8a6f2878 Related-Bug: #1323524 --- queries/1323524.yaml | 4 +++- queries/1326820.yaml | 5 ----- queries/1326855.yaml | 5 ----- 3 files changed, 3 insertions(+), 11 deletions(-) delete mode 100644 queries/1326820.yaml delete mode 100644 queries/1326855.yaml diff --git a/queries/1323524.yaml b/queries/1323524.yaml index c16c33d3..e4d746e2 100644 --- a/queries/1323524.yaml +++ b/queries/1323524.yaml @@ -1,5 +1,7 @@ query: >- - message:"FAIL\: tests.alarm.test_rpc.TestRPCAlarmPartitionCoordination.test_ordination_allocate" AND + (message:"FAIL\: tests.alarm.test_rpc.TestRPCAlarmPartitionCoordination.test_ordination_presence" OR + message:"FAIL\: tests.alarm.test_rpc.TestRPCAlarmPartitionCoordination.test_ordination_assign" OR + message:"FAIL\: tests.alarm.test_rpc.TestRPCAlarmPartitionCoordination.test_ordination_allocate") AND tags:"console" AND project:"openstack/ceilometer" AND build_queue:"gate" diff --git a/queries/1326820.yaml b/queries/1326820.yaml deleted file mode 100644 index 1fd0c397..00000000 --- a/queries/1326820.yaml +++ /dev/null @@ -1,5 +0,0 @@ -query: >- - message:"FAIL\: tests.alarm.test_rpc.TestRPCAlarmPartitionCoordination.test_ordination_presence" AND - tags:"console" AND - project:"openstack/ceilometer" AND - build_queue:"gate" diff --git a/queries/1326855.yaml b/queries/1326855.yaml deleted file mode 100644 index 907e30a5..00000000 --- a/queries/1326855.yaml +++ /dev/null @@ -1,5 +0,0 @@ -query: >- - message:"FAIL\: tests.alarm.test_rpc.TestRPCAlarmPartitionCoordination.test_ordination_assign" AND - tags:"console" AND - project:"openstack/ceilometer" AND - build_queue:"gate"