From ee5ea2b1324090cfedfebaf05298df046eae6d16 Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Sun, 27 Jul 2014 10:15:17 -0700 Subject: [PATCH] Add query for nova unit test race bug 1349147 8 hits in 7 days, check and gate, all failures. Since this is a unit test race I'm querying on the test case name; looks like this started showing up around 7/21. Change-Id: I802879aac8e0fb35e2bdb7c88e97a5a2b58670ee Related-Bug: #1349147 --- queries/1349147.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 queries/1349147.yaml diff --git a/queries/1349147.yaml b/queries/1349147.yaml new file mode 100644 index 00000000..45571d9b --- /dev/null +++ b/queries/1349147.yaml @@ -0,0 +1,4 @@ +query: > + message:"FAIL: nova.tests.db.test_db_api.SecurityGroupTestCase.test_security_group_get_no_instances" AND + project:"openstack/nova" AND + tags:"console"