From 7790fabe2e99cc2d41cfdb147a18f10c4dd9aa4f Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Thu, 12 Dec 2013 09:14:05 -0800 Subject: [PATCH] Add e-r query for bug 1259907 There are errors in the screen-g-api.txt log but they are whitelisted errors already so we can't query on them since they would result in false negatives. See the bug report for more details. Related-Bug: #1259907 Change-Id: I8553358e7316d466cbb88e1a3809dc17b5baf53f --- queries/1259907.yaml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 queries/1259907.yaml diff --git a/queries/1259907.yaml b/queries/1259907.yaml new file mode 100644 index 00000000..f7d1de28 --- /dev/null +++ b/queries/1259907.yaml @@ -0,0 +1,3 @@ +query: > + message:"Failed to upload testbucket/bundle.img.manifest.xml" + AND filename:"console.html" \ No newline at end of file