elastic-recheck/queries/1333410.yaml
Sean Dague f7851b038c added neutron flavor of the sqla bug
neutron also hit the sqla bug, the deep error is *so* many hits
that it will overwhelm the ES engine, so use the surface error
instead.

Change-Id: Id506931c405d46ee9ba1bae4ee803f3f8e1f54b3
Related-Bug: #1333410
2014-06-24 07:24:59 -04:00

11 lines
281 B
YAML

query: >-
(
message:"FAIL: nova.tests.api.ec2.test_cloud.CloudTestCase.test_associate_disassociate_address"
OR
(message:"Floating ip" AND message:"is not associated with instance")
OR
(message:"Conflict: Pool " AND message:"is still in use")
)
AND
tags:"console"