From 74571d75f6061a5889083e5e55a2bd4c66ca1a8f Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Sun, 29 Mar 2015 18:05:34 -0700 Subject: [PATCH] Add query for horizon integration test bug 1436903 60 hits in the gate queue in the last 7 days. The job has been made non-voting, so this query just cleans up the uncategorized bugs page. Since these are integration style unit tests, there isn't much useful in the logs except for the failing tests in the console log unfortunately. Change-Id: If955fa3be35f3b674fee02a4838fea6045d7f846 Related-Bug: #1436903 --- queries/1436903.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 queries/1436903.yaml diff --git a/queries/1436903.yaml b/queries/1436903.yaml new file mode 100644 index 00000000..4eddab17 --- /dev/null +++ b/queries/1436903.yaml @@ -0,0 +1,6 @@ +query: > + (message:"FAIL: openstack_dashboard.test.integration_tests.tests.test_sahara_image_registry.TestSaharaImageRegistry.test_image_register_unregister" OR + message:"FAIL: openstack_dashboard.test.integration_tests.tests.test_user_create_delete.TestUser.test_create_delete_user") AND + tags:"console" AND + build_name:"gate-horizon-dsvm-integration" AND + build_queue:"gate"