From 1b314085af27384e88a7550b1ade73e8422cceff Mon Sep 17 00:00:00 2001 From: Joe Gordon Date: Fri, 17 Jan 2014 17:38:35 -0500 Subject: [PATCH] Add query for bug 1270309 This bug should never get reported back to gerrit or irc, this is for tracking our classification rate. Bug 1270309 is about how if jenkins interrupts a job (think gate reset) the job gets marked as FAILED instead of incomplete or something. Change-Id: I424a03840b0a3e691c46a03872b7e99f5865c1df --- queries/1270309.yaml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 queries/1270309.yaml diff --git a/queries/1270309.yaml b/queries/1270309.yaml new file mode 100644 index 00000000..28a888c6 --- /dev/null +++ b/queries/1270309.yaml @@ -0,0 +1,3 @@ +query: > + message:"java.lang.InterruptedException" + AND filename:"console.html"