From e760c96764de7dd7a39873a376065ae30da09f2b Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Wed, 23 Mar 2016 10:53:11 -0400 Subject: [PATCH] Add query for httpretty liberty unicode bug 1560808 13 hits since 3/17, check and gate, all failures, only in stable/liberty, appears to maybe be a problem with default encoding in dib images in this job. Change-Id: I9aaaf873757b39a03ba7411f8fd39c5268272887 Related-Bug: #1560808 --- queries/1560808.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 queries/1560808.yaml diff --git a/queries/1560808.yaml b/queries/1560808.yaml new file mode 100644 index 00000000..05090e24 --- /dev/null +++ b/queries/1560808.yaml @@ -0,0 +1,5 @@ +query: >- + message:"UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 133: ordinal not in range(128)" AND + build_name:"gate-requirements-integration-dsvm" AND + tags:"console" AND + build_branch:"stable/liberty"