From 81e0a124559a3b5f2a6d07423be7aee8e909663c Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Tue, 30 Oct 2018 09:24:13 -0400 Subject: [PATCH] Adjust query for bug 1800472 The previous query was too restrictive and was missing failures on other tests. After triaging the bug, it looks like the real issue is in the API code and a warning is logged which is our clue to the failure, so the query is updated here to use that warning message. Change-Id: I759e81e01721a3325dcce917732524dfcb5b2e0a --- queries/1800472.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/queries/1800472.yaml b/queries/1800472.yaml index 79eeccbb..a4723060 100644 --- a/queries/1800472.yaml +++ b/queries/1800472.yaml @@ -1,4 +1,3 @@ query: >- - (message:"INFO [nova.filters] Filter ServerGroupAffinityFilter returned 0 hosts" OR - message:"INFO [nova.filters] Filter ServerGroupAntiAffinityFilter returned 0 hosts") AND + message:"WARNING [nova.compute.api] The nova-osapi_compute service version is from before Ocata" AND tags:"console"