From 642c8776662d01fbe8232225b5955a85d16ba4ec Mon Sep 17 00:00:00 2001 From: Sorin Sbarnea Date: Thu, 29 Nov 2018 20:50:40 +0000 Subject: [PATCH] Update query for bug 1721093 The original query no longer works because it assumes that unreachable is on the same line as the rest of the ssh message, which is not true anymore. This makes the new search much more reliable as it will clearly not miss to spot such an error. The old query yields 3 hits in 7 days, all failures, check and gate, but the new query yields 1303 hits in 7 days, all failures, check and gate. Change-Id: I7739a0481497cdc8be658e902d526564a11130a7 --- queries/1721093.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/queries/1721093.yaml b/queries/1721093.yaml index c9464162..156ef8f8 100644 --- a/queries/1721093.yaml +++ b/queries/1721093.yaml @@ -1,3 +1,3 @@ query: > - message:"Make sure this host can be reached over ssh\", \"unreachable\": true" AND - tags:"console" + message:"POST-RUN END RESULT_UNREACHABLE" + AND tags:"console"