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"