elastic-recheck/queries/1273301.yaml
Anita Kuno defc25e309 Add query for bug 1273301
Classifying unit test failures for neutron.

Change-Id: I23a132b80c3f56dc05300f14a4cbe5b335a85d07
Related-bug: #1273301
2014-01-27 11:26:53 -05:00

5 lines
261 B
YAML

query: >
message:"Message objects do not support str() because they may contain non-ascii characters. Please use unicode() or translate() instead."
AND filename:"console.html"
AND (build_name:"gate-neutron-python26" OR build_name:"gate-neutron-python27")