From f7851b038c73a98fadcc64a60249fab58baa6a04 Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Tue, 24 Jun 2014 07:24:59 -0400 Subject: [PATCH] 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 --- queries/1333410.yaml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/queries/1333410.yaml b/queries/1333410.yaml index 11b00913..6db45eea 100644 --- a/queries/1333410.yaml +++ b/queries/1333410.yaml @@ -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" \ No newline at end of file + ( + 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"