From b4f36ce0b490aa005a0dddc40ac5f1ac9fa585a3 Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Tue, 13 Jan 2015 08:50:25 -0800 Subject: [PATCH] Add query for oslo.concurrency/nova UT bug 1410348 Right now this is very new since oslo.concurrency 0.4.0 was just released and logstash only shows 6 hits on one change in the gate, but I'm seeing it hit everything and it's confirmed as a problem for us on python < 3 so let's fingerprint it. Change-Id: I57db5e48db227b240c306a73c006e0f567524746 Related-Bug: #1410348 --- queries/1410348.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 queries/1410348.yaml diff --git a/queries/1410348.yaml b/queries/1410348.yaml new file mode 100644 index 00000000..35b6bbb9 --- /dev/null +++ b/queries/1410348.yaml @@ -0,0 +1,4 @@ +query: > + message:"UnicodeDecodeError: 'utf8' codec can't decode byte 0x8a in position 8: invalid start byte" AND + tags:"console" AND + build_name:"gate-nova-python27"