Add query for httpretty build bug 1332287

httpretty 0.8.1 was released with a build bug causing failures in the
check and gate queues.

Filtering out post and periodic queues since those apparently have this
show up in successful runs.

Related-Bug: #1332287

Change-Id: If25a86f9d441b1187e847ee8c203ad81625ae73b
This commit is contained in:
Matt Riedemann 2014-06-19 11:58:22 -07:00
parent 931b4a888b
commit 3ec0629d2b

6
queries/1332287.yaml Normal file
View File

@ -0,0 +1,6 @@
query: >
message:"IOError" AND
message:"No such file or directory" AND
message:"build/httpretty/readme.rst" AND
tags:"console" AND NOT (
build_queue:"periodic" OR build_queue:"post")