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
This commit is contained in:
Sean Dague 2014-06-24 07:24:59 -04:00
parent fac1bef943
commit f7851b038c
1 changed files with 9 additions and 3 deletions

View File

@ -1,4 +1,10 @@
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")) AND
tags:"console"
(
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"