From a3520f8f4bfb3a64abe42ccb444b0a0823f170bf Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Mon, 8 Oct 2018 18:10:38 -0400 Subject: [PATCH] Update query for bug 1763181 This bug was also hitting the cross-nova-functional job but because of the unicode in the message it wasn't being tracked. This increases the hit rate on voting jobs from 152 to 326 over 7 days. Change-Id: I927903554351434d133c9629eee6e1b6e82b9efa --- queries/1763181.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/queries/1763181.yaml b/queries/1763181.yaml index f6bf1ce5..4798b2d3 100644 --- a/queries/1763181.yaml +++ b/queries/1763181.yaml @@ -1,3 +1,4 @@ query: >- - message:"AssertionError: 'host3' == 'host3'" AND + (message:"AssertionError: 'host3' == 'host3'" OR + message:"AssertionError: u'host3' == u'host3'") AND tags:"console"