elastic-recheck/queries/1271962.yaml
Clark Boylan 5334fe6684 Replace more searches with filters.
Where the list of possible values is small replace searches in queries
with filters. This should improve performance of the queries.

Change-Id: I3629e140dac88efbbbaed294d4869d70c6b6e008
2014-03-31 11:19:30 -07:00

6 lines
186 B
YAML

query: >
project:"openstack/swift"
AND (build_name:"gate-swift-python26" OR build_name:"gate-swift-python27")
AND message:"FAIL: test_node_write_timeout"
AND tags:"console.html"