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
This commit is contained in:
Matt Riedemann 2015-01-13 08:50:25 -08:00
parent 1d96309ea6
commit b4f36ce0b4

4
queries/1410348.yaml Normal file
View File

@ -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"